Skip to content

Commit 8e720cc

Browse files
committed
...
1 parent 54395da commit 8e720cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kittens/hints/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ func convert_text(text string, cols int) string {
3333
continue
3434
}
3535
if strings.TrimRight(full_line, "\r") == "" {
36-
for i := 0; i < len(full_line); i++ {
36+
for range len(full_line) {
3737
lines = append(lines, empty_line)
3838
}
3939
continue

0 commit comments

Comments
 (0)