Skip to content

Commit 0fbabaf

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 6e50e49 commit 0fbabaf

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

lib/forcetrigger.lua

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,11 @@ function Cryptid.demicolonGetTriggerable(card)
44
if not card then
55
return n
66
end
7-
if Card.no(card, "demicoloncompat", true) or Card.no(card, "demicolon_compat", true) or Cryptid.forcetriggerVanillaCheck(card) then
7+
if
8+
Card.no(card, "demicoloncompat", true)
9+
or Card.no(card, "demicolon_compat", true)
10+
or Cryptid.forcetriggerVanillaCheck(card)
11+
then
812
n[1] = true
913
else
1014
n[1] = false

0 commit comments

Comments
 (0)