That's it, I'm adding pre-commit hooks

This commit is contained in:
Jonathan Coates 2021-04-28 08:19:09 +01:00
parent abbc46877b
commit 74dae4ec17
2 changed files with 3 additions and 3 deletions

View File

@ -148,7 +148,7 @@ describe("Coroutines", function()
expect(y):eq(b)
return a.x < b.x
end
end,
}
local function create(val) return setmetatable({ x = val }, meta) end