Skip to content

Commit 109b389

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent b9241fe commit 109b389

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

lib/overrides.lua

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2228,9 +2228,10 @@ if SMODS and SMODS.Mods and (not SMODS.Mods.Talisman or not SMODS.Mods.Talisman.
22282228
end
22292229
end
22302230

2231-
22322231
local is_eternalref = SMODS.is_eternal
22332232
function SMODS.is_eternal(card)
2234-
if not G.deck then return card.ability.eternal end
2233+
if not G.deck then
2234+
return card.ability.eternal
2235+
end
22352236
return is_eternalref(card)
2236-
end
2237+
end

0 commit comments

Comments
 (0)