Tiny rewording

This commit is contained in:
Felix Albrigtsen 2022-12-05 11:44:03 +01:00
parent ed8d787184
commit a7fd5b212a
1 changed files with 0 additions and 2 deletions

View File

@ -68,8 +68,6 @@ if file == nil then
os.exit(1) os.exit(1)
end end
-- Parse input data
inputLines = file:read("all") inputLines = file:read("all")
file:close() file:close()