Skip to content

Commit 6f71936

Browse files
author
jolly[bot]
committed
jolly-bot: auto-format Lua files using Stylua
1 parent 3bc730b commit 6f71936

File tree

1 file changed

+6
-9
lines changed

1 file changed

+6
-9
lines changed

items/test.lua

Lines changed: 6 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -153,15 +153,12 @@ local test3 = {
153153
nil,
154154
{ message = localize("k_upgrade_ex") }
155155
)
156-
update_hand_text(
157-
{ sound = "button", volume = 0.7, pitch = 0.8, delay = 0.3 },
158-
{
159-
handname = localize(text, "poker_hands"),
160-
chips = G.GAME.hands[text].chips,
161-
mult = G.GAME.hands[text].mult,
162-
level = G.GAME.hands[text].level,
163-
}
164-
)
156+
update_hand_text({ sound = "button", volume = 0.7, pitch = 0.8, delay = 0.3 }, {
157+
handname = localize(text, "poker_hands"),
158+
chips = G.GAME.hands[text].chips,
159+
mult = G.GAME.hands[text].mult,
160+
level = G.GAME.hands[text].level,
161+
})
165162
level_up_hand(context.blueprint_card or card, text, nil, 6)
166163
update_hand_text(
167164
{ sound = "button", volume = 0.7, pitch = 1.1, delay = 0 },

0 commit comments

Comments
 (0)