mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-26 10:12:17 +02:00
Also run gofmt on kittens subdir in CI
This commit is contained in:
@@ -49,7 +49,7 @@ func IteratorOverGraphemes(text string) iter.Seq[string] {
|
||||
}
|
||||
}
|
||||
if start_pos < len(text) {
|
||||
yield(text[start_pos:len(text)])
|
||||
yield(text[start_pos:])
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user