We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54395da commit 8e720ccCopy full SHA for 8e720cc
kittens/hints/main.go
@@ -33,7 +33,7 @@ func convert_text(text string, cols int) string {
33
continue
34
}
35
if strings.TrimRight(full_line, "\r") == "" {
36
- for i := 0; i < len(full_line); i++ {
+ for range len(full_line) {
37
lines = append(lines, empty_line)
38
39
0 commit comments