Run go fmt

This commit is contained in:
Anatoli Babenia 2022-10-04 10:40:11 +03:00
parent 1d2696072f
commit 359e5a8d84

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)