Skip to content

Commit 8dbc3e5

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 119c927 commit 8dbc3e5

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
@@ -1795,7 +1795,10 @@ end
17951795

17961796
local end_roundref = end_round
17971797
function end_round()
1798-
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
1798+
if
1799+
((#G.hand.cards < 1 and #G.deck.cards < 1 and #G.play.cards < 1) or (#G.hand.cards < 1 and #G.deck.cards < 1))
1800+
and G.STATE ~= G.STATES.NEW_ROUND
1801+
then
17991802
if
18001803
Cryptid.enabled("set_cry_poker_hand_stuff") == true
18011804
and not Cryptid.safe_get(G.PROFILES, G.SETTINGS.profile, "cry_none")

0 commit comments

Comments
 (0)