refactor: Address issues raised by linter

This commit is contained in:
Thijs Schreijer
2022-03-18 12:12:39 +01:00
committed by Caleb Maclennan
parent 480c052572
commit 601ad8d59f
21 changed files with 187 additions and 198 deletions

View File

@ -26,7 +26,7 @@ function parse(body)
data[key] = value
end
end
return data, code, message
return data, code, message
end
local host = socket.dns.gethostname()