add empty lines

This commit is contained in:
Karol Wypchlo 2022-03-21 13:18:20 +01:00
parent 1822814441
commit 27bfac6801
No known key found for this signature in database
GPG Key ID: B515DE9EEBE241E1
2 changed files with 2 additions and 2 deletions

View File

@ -9,4 +9,4 @@ function _M.is_table_empty(check)
return next(check) == nil
end
return _M
return _M

View File

@ -8,4 +8,4 @@ describe("is_table_empty", function()
it("should return false for not empty table", function()
assert.is_false(utils.is_table_empty({ ["foo"] = "bar" }))
end)
end)
end)