Skip to content

Commit 931a8d7

Browse files
committed
whitespace
1 parent 273cd5b commit 931a8d7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

utilities.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -556,8 +556,8 @@ function Cryptid.get_next_tag()
556556
end
557557

558558
function Cryptid.is_number(x)
559-
return type(x) == "number" or (type(x) == "table" and x.tetrate) or (is_big and is_big(x))
559+
return type(x) == "number" or (type(x) == "table" and x.tetrate) or (is_big and is_big(x))
560560
end
561561
function Cryptid.is_big(x)
562-
return (type(x) == "table" and x.tetrate) or (is_big and is_big(x))
562+
return (type(x) == "table" and x.tetrate) or (is_big and is_big(x))
563563
end

0 commit comments

Comments
 (0)