diff pkg/imports/ubn.go @ 4177:8b75ac5e243e

Made 'staticcheck' happy with pgxutils package.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Mon, 05 Aug 2019 17:16:46 +0200
parents 4acbee65275d
children a376351d2774
line wrap: on
line diff
--- a/pkg/imports/ubn.go	Mon Aug 05 16:58:53 2019 +0200
+++ b/pkg/imports/ubn.go	Mon Aug 05 17:16:46 2019 +0200
@@ -80,7 +80,7 @@
 		}
 
 		if dst.Export_bn_by_isrsResult == nil {
-			return nil, errors.New("No bottlenecks found")
+			return nil, errors.New("no bottlenecks found")
 		}
 
 		return dst.Export_bn_by_isrsResult.BottleNeckType, nil