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:
parent
abbc46877b
commit
74dae4ec17
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user