make gofmt happy
This commit is contained in:
parent
7f6ed72684
commit
48e7ebb838
@ -448,7 +448,7 @@ def gen_ucd() -> None:
|
||||
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('package hints\n\n')
|
||||
f.write(f'const URL_DELIMITERS = `{chars}`')
|
||||
f.write(f'const URL_DELIMITERS = `{chars}`\n')
|
||||
|
||||
|
||||
def gen_names() -> None:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user