Skip to content

Commit 1e8eb20

Browse files
committed
remove extra end
1 parent 8b2e7f3 commit 1e8eb20

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/misprintize.lua

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -560,7 +560,6 @@ function Cryptid.manipulate_value(num, args, is_big, name)
560560
end
561561
elseif args.type == "^" then
562562
num = to_big(num) ^ to_big(args.value)
563-
end
564563
elseif args.type == "hyper" then
565564
num = to_big(num):arrow(args.value.arrows, to_big(args.value.height))
566565
end

0 commit comments

Comments
 (0)