mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-09-09 15:23:09 +00: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