add newlines on eof
This commit is contained in:
parent
9b3e659ec5
commit
1c3fcf6999
|
@ -92,4 +92,4 @@ describe("is_disabled", function()
|
||||||
skynet_modules.is_disabled("gandalf")
|
skynet_modules.is_disabled("gandalf")
|
||||||
end, "Module abbreviation 'gandalf' should be exactly one character long string")
|
end, "Module abbreviation 'gandalf' should be exactly one character long string")
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
|
@ -118,4 +118,4 @@ describe("scan_skylink_timer", function()
|
||||||
"foo != bar"
|
"foo != bar"
|
||||||
)
|
)
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
Reference in New Issue