changeset 2730:c642905c0b3b

Cosmetics: Break overlong line.
author Sascha L. Teichmann <sascha.teichmann@intevation.de>
date Tue, 19 Mar 2019 14:39:04 +0100
parents 7cb027be277d
children 7e97337054b9
files pkg/imports/wx.go
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/pkg/imports/wx.go	Tue Mar 19 14:34:55 2019 +0100
+++ b/pkg/imports/wx.go	Tue Mar 19 14:39:04 2019 +0100
@@ -336,7 +336,8 @@
 		return err
 	case err == nil:
 		feedback.Warn(
-			"Linestring %d crosses previously imported linestring near %s. Finding a contiguous axis may not work here",
+			"Linestring %d crosses previously imported linestring near %s. "+
+				"Finding a contiguous axis may not work here",
 			id, crossing)
 	}
 	return nil