Skip to content

Commit c795727

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 3b034d6 commit c795727

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

items/misc.lua

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1093,7 +1093,8 @@ local jollyedition = {
10931093
local full_UI_table =
10941094
gcui(_c, full_UI_table, specific_vars, card_type, badges, hide_desc, main_start, main_end, card)
10951095
if
1096-
card and Cryptid.safe_get(card, "edition", "cry_m")
1096+
card
1097+
and Cryptid.safe_get(card, "edition", "cry_m")
10971098
and ((not card.ability) or card.ability.set ~= "Edition")
10981099
and type(Cryptid.safe_get(full_UI_table, "name")) == "table"
10991100
and Cryptid.safe_get(full_UI_table.name, 1, "nodes", 1, "config", "object", "config")

0 commit comments

Comments
 (0)