mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-27 02:31:45 +02:00
Run gofmt on grapheme-segmentation-data
This commit is contained in:
@@ -482,6 +482,7 @@ def gen_grapheme_segmentation() -> None:
|
||||
gp('\treturn None') # }
|
||||
p('}')
|
||||
gp('}')
|
||||
subprocess.check_call(['gofmt', '-w', '-s', gof.name])
|
||||
|
||||
|
||||
def gen_wcwidth() -> None:
|
||||
|
||||
Reference in New Issue
Block a user