Skip to content

Commit 77d0667

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 203df04 commit 77d0667

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

items/joker_display.lua

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1753,8 +1753,7 @@ if JokerDisplay then
17531753
},
17541754
},
17551755
calc_function = function(card)
1756-
card.joker_display_values.stat =
1757-
math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
1756+
card.joker_display_values.stat = math.max(1, card.ability.extra.Xmult_mod * Cryptid.member_count)
17581757
end,
17591758
}
17601759
JokerDisplay.Definitions["j_cry_cryptidmoment"] = {

0 commit comments

Comments
 (0)