add empty lines
This commit is contained in:
parent
1822814441
commit
27bfac6801
|
@ -9,4 +9,4 @@ function _M.is_table_empty(check)
|
||||||
return next(check) == nil
|
return next(check) == nil
|
||||||
end
|
end
|
||||||
|
|
||||||
return _M
|
return _M
|
||||||
|
|
|
@ -8,4 +8,4 @@ describe("is_table_empty", function()
|
||||||
it("should return false for not empty table", function()
|
it("should return false for not empty table", function()
|
||||||
assert.is_false(utils.is_table_empty({ ["foo"] = "bar" }))
|
assert.is_false(utils.is_table_empty({ ["foo"] = "bar" }))
|
||||||
end)
|
end)
|
||||||
end)
|
end)
|
||||||
|
|
Reference in New Issue