diff options
| author | Dave Henderson <dhenderson@gmail.com> | 2024-09-30 10:32:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-30 14:32:33 +0000 |
| commit | 69d3e0c46e34a57e6cfcb58d36b28c6f0beb134e (patch) | |
| tree | 23c1918d661ef7c79e4c58394c3f3468795aab82 /strings/strings.go | |
| parent | 8f40d1fffd456266a1ac563df8fde5589e52d8de (diff) | |
fix(lint): Fix or ignore lint errors (#2228)
Signed-off-by: Dave Henderson <dhenderson@gmail.com>
Diffstat (limited to 'strings/strings.go')
| -rw-r--r-- | strings/strings.go | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
