From e14dca7a181fdda99f95833f1cd1df315ff5d607 Mon Sep 17 00:00:00 2001 From: Anatoli Babenia Date: Tue, 4 Oct 2022 10:40:11 +0300 Subject: [PATCH] Run `go fmt` --- help.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/help.go b/help.go index 697f0e1..5db6696 100644 --- a/help.go +++ b/help.go @@ -479,7 +479,7 @@ func wrap(input string, offset int, wrapAt int) string { sb.WriteString("\n") continue } - + // the first line is not indented if i != 0 { sb.WriteString(padding)