Skip to content

Commit 4bf6e38

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 069d13c commit 4bf6e38

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/tag.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -197,10 +197,10 @@ local empoweredPack = {
197197
if
198198
i % 2 == 1
199199
and Cryptid.enabled("c_cry_gateway") == true
200-
and not ( G.GAME.used_jokers["c_cry_gateway"] and not next(find_joker("Showman")) )
200+
and not (G.GAME.used_jokers["c_cry_gateway"] and not next(find_joker("Showman")))
201201
then
202202
return create_card("Spectral", G.pack_cards, nil, nil, true, true, "c_cry_gateway")
203-
elseif not ( G.GAME.used_jokers["c_soul"] and not next(find_joker("Showman")) ) then
203+
elseif not (G.GAME.used_jokers["c_soul"] and not next(find_joker("Showman"))) then
204204
return create_card("Spectral", G.pack_cards, nil, nil, true, true, "c_soul")
205205
else
206206
return create_card("Spectral", G.pack_cards, nil, nil, true, true)

0 commit comments

Comments
 (0)