mirror of
https://github.com/SquidDev-CC/CC-Tweaked
synced 2025-09-07 04:47:55 +00:00
That's it, I'm adding pre-commit hooks
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user