Run go fmt

This commit is contained in:
Anatoli Babenia 2022-10-04 10:40:11 +03:00 committed by Dan Buch
parent 05fb755b6a
commit e14dca7a18
Signed by: meatballhat
GPG Key ID: A12F782281063434

View File

@ -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)