NO-TCIKET fix bad smells - error strings should not be capitalized (#16930)
Automatic Merge
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
30b0523983
Коммит
e44190f4cc
@@ -160,7 +160,7 @@ func extractStoreMetadata() (*storeMetadata, error) {
|
||||
|
||||
file, err := os.Open(inputFile)
|
||||
if err != nil {
|
||||
return nil, fmt.Errorf("Unable to open %s file: %w", inputFile, err)
|
||||
return nil, fmt.Errorf("unable to open %s file: %w", inputFile, err)
|
||||
}
|
||||
src, err := ioutil.ReadAll(file)
|
||||
if err != nil {
|
||||
|
||||
Ссылка в новой задаче
Block a user