Art9Studio / Aureole

Incorrectly formatted error string SCC-ST1005
Style
Minor
2 years ago2 years old
error strings should not be capitalized
 84	case *Storage:
 85		return TypeStorage, nil
 86	default:
 87		return Invalid, errors.New("Invalid leave type") 88	}
 89}
 90