Run gofmt on grapheme-segmentation-data

This commit is contained in:
Kovid Goyal
2025-03-13 07:11:21 +05:30
parent 824acf2282
commit 9cb56c2775
2 changed files with 41 additions and 41 deletions

View File

@@ -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: