mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
make gofmt happy
This commit is contained in:
@@ -448,7 +448,7 @@ def gen_ucd() -> None:
|
|||||||
with open('tools/cmd/hints/url_regex.go', 'w') as f:
|
with open('tools/cmd/hints/url_regex.go', 'w') as f:
|
||||||
f.write('// generated by gen-wcwidth.py, do not edit\n\n')
|
f.write('// generated by gen-wcwidth.py, do not edit\n\n')
|
||||||
f.write('package hints\n\n')
|
f.write('package hints\n\n')
|
||||||
f.write(f'const URL_DELIMITERS = `{chars}`')
|
f.write(f'const URL_DELIMITERS = `{chars}`\n')
|
||||||
|
|
||||||
|
|
||||||
def gen_names() -> None:
|
def gen_names() -> None:
|
||||||
|
|||||||
Reference in New Issue
Block a user