Run go fmt
This commit is contained in:
2
help.go
2
help.go
@@ -479,7 +479,7 @@ func wrap(input string, offset int, wrapAt int) string {
|
|||||||
sb.WriteString("\n")
|
sb.WriteString("\n")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
// the first line is not indented
|
// the first line is not indented
|
||||||
if i != 0 {
|
if i != 0 {
|
||||||
sb.WriteString(padding)
|
sb.WriteString(padding)
|
||||||
|
Reference in New Issue
Block a user