diff pkg/imports/bn.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 c489c78ed525
children 5d7ce7f926eb
line wrap: on
line diff
--- a/pkg/imports/bn.go	Mon Aug 05 16:58:53 2019 +0200
+++ b/pkg/imports/bn.go	Mon Aug 05 17:16:46 2019 +0200
@@ -226,7 +226,7 @@
 
 		if resp.Export_bn_by_isrsResult == nil {
 			return nil, errors.New(
-				"The requested service returned no bottlenecks")
+				"the requested service returned no bottlenecks")
 		}
 
 		return resp.Export_bn_by_isrsResult.BottleNeckType, nil