Skip to content

Commit 259550c

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent de24586 commit 259550c

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

lib/overrides.lua

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1729,7 +1729,10 @@ end
17291729

17301730
local end_roundref = end_round
17311731
function end_round()
1732-
if ((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1)) and G.STATE ~= G.STATES.NEW_ROUND then
1732+
if
1733+
((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1))
1734+
and G.STATE ~= G.STATES.NEW_ROUND
1735+
then
17331736
if
17341737
Cryptid.enabled("set_cry_poker_hand_stuff") == true
17351738
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")

0 commit comments

Comments
 (0)