# HG changeset patch # User Sascha L. Teichmann # Date 1553002744 -3600 # Node ID c642905c0b3b46e97c94f1451b81fddb54cc02cb # Parent 7cb027be277d37312ebb65602a9f1aa8ecdc5034 Cosmetics: Break overlong line. diff -r 7cb027be277d -r c642905c0b3b pkg/imports/wx.go --- 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