1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-07-07 04:22:53 +00:00

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) expect(y):eq(b)
return a.x < b.x return a.x < b.x
end end,
} }
local function create(val) return setmetatable({ x = val }, meta) end local function create(val) return setmetatable({ x = val }, meta) end