From d334a3619a9897ff43b76b8f60fa1a0a41b9cbe9 Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Sat, 3 Apr 2021 13:18:17 -0400 Subject: Update linting and fix field alignment issues Signed-off-by: Dave Henderson --- strings/strings.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'strings') diff --git a/strings/strings.go b/strings/strings.go index a7b17a68..fd8e6000 100644 --- a/strings/strings.go +++ b/strings/strings.go @@ -92,11 +92,11 @@ func CamelCase(in string) string { // WordWrapOpts defines the options to apply to the WordWrap function type WordWrapOpts struct { - // The desired maximum line length in characters (defaults to 80) - Width uint - // Line-break sequence to insert (defaults to "\n") LBSeq string + + // The desired maximum line length in characters (defaults to 80) + Width uint } // applies default options -- cgit v1.2.3