add newlines on eof

This commit is contained in:
Karol Wypchlo 2022-04-08 11:51:53 +02:00
parent 9b3e659ec5
commit 1c3fcf6999
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 2 additions and 2 deletions

View File

@ -92,4 +92,4 @@ describe("is_disabled", function()
skynet_modules.is_disabled("gandalf")
end, "Module abbreviation 'gandalf' should be exactly one character long string")
end)
end)
end)

View File

@ -118,4 +118,4 @@ describe("scan_skylink_timer", function()
"foo != bar"
)
end)
end)
end)