Skip to content

Commit 96d2a99

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 69083b6 commit 96d2a99

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

items/misc_joker.lua

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10951,7 +10951,9 @@ local thal = {
1095110951
end,
1095210952

1095310953
calc_xmult = function(self, card)
10954-
if not (G.jokers and G.jokers.cards) then return 1 end
10954+
if not (G.jokers and G.jokers.cards) then
10955+
return 1
10956+
end
1095510957

1095610958
local seen = {}
1095710959
for _, c in ipairs(G.jokers.cards) do

0 commit comments

Comments
 (0)