mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-06-19 14:43:05 -03:00
chore: pre-commit hooks
This commit is contained in:
@ -52,4 +52,4 @@ with open ("src/constants/token_abbrevs.cr", "w") as outf:
|
||||
outf.write(" Abbreviations = {\n")
|
||||
for k in sorted(abbrevs.keys()):
|
||||
outf.write(f' "{k}" => "{abbrevs[k]}",\n')
|
||||
outf.write(" }\nend\n")
|
||||
outf.write(" }\nend\n")
|
||||
|
Reference in New Issue
Block a user