ini2desc.py: bad indentation

This commit is contained in:
Boris Faure 2020-10-19 23:04:01 +02:00
parent 1f6bfe3323
commit 16cdc7ae10
Signed by: borisfaure
GPG Key ID: 35C0410516166BE8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ def write_ansi():
for c in range(15):
write_color(cfg.get('Ansi', 'ansi{0:02d}'.format(c),
fallback=default[c]))
out.write(' }\n')
out.write(' }\n')
write_ansi()
out.write('}\n')