From 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e Mon Sep 17 00:00:00 2001 From: Dave Henderson Date: Mon, 30 Sep 2024 10:32:33 -0400 Subject: fix(lint): Fix or ignore lint errors (#2228) Signed-off-by: Dave Henderson --- strings/strings.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'strings/strings.go') diff --git a/strings/strings.go b/strings/strings.go index 248ae9b1..aece28a2 100644 --- a/strings/strings.go +++ b/strings/strings.go @@ -111,7 +111,7 @@ type WordWrapOpts struct { LBSeq string // The desired maximum line length in characters (defaults to 80) - Width uint + Width uint32 } // applies default options -- cgit v1.2.3