Fix weird bug

This commit is contained in:
Roberto Alsina 2024-08-22 14:58:05 -03:00
parent 90971e8f1b
commit 746abe53ea

View File

@ -92,4 +92,5 @@ if options["-f"]
outf = File.open(options["-o"].as(String), "w") outf = File.open(options["-o"].as(String), "w")
end end
formatter.format(input, lexer, outf) formatter.format(input, lexer, outf)
outf.close
end end