1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2025-10-23 01:47:38 +00:00

Lint whitespace during CI

This commit is contained in:
SquidDev
2020-01-23 15:11:50 +00:00
parent 3f98b2785e
commit 0de5969ec1
68 changed files with 759 additions and 728 deletions

View File

@@ -13,7 +13,7 @@
--
-- @tparam string func The function's name
-- @tparam int idx The argument index to this function
-- @tparam string ty The type this argument should have. May be 'value' for
-- @tparam string ty The type this argument should have. May be 'value' for
-- any non-nil value.
-- @param val val The value to check
-- @throws If this value doesn't match the expected type.