Skip to content

Commit 18e318b

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 4ffde47 commit 18e318b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

items/code.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1991,10 +1991,10 @@ local rigged = {
19911991
calculate = function(self, card, context)
19921992
if context.mod_probability and context.trigger_obj == card then
19931993
return {
1994-
numerator = context.numerator * 2
1994+
numerator = context.numerator * 2,
19951995
}
19961996
end
1997-
end
1997+
end,
19981998
}
19991999
-- ://Patch
20002000
-- Removes all visible debuffs, flips cards face up

0 commit comments

Comments
 (0)