Skip to content

Commit c9a2817

Browse files
committed
chore: stylua
1 parent b366f15 commit c9a2817

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/lua/api.lua

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -492,10 +492,10 @@ API.functions["rearrange_hand"] = function(args)
492492
-- Validate current game state is appropriate for rearranging cards
493493
if G.STATE ~= G.STATES.SELECTING_HAND then
494494
API.send_error_response(
495-
"Cannot rearrange hand when not selecting hand. You can only rearrange while selecting your hand. You can check the current gamestate with 'get_game_state'.",
496-
ERROR_CODES.INVALID_GAME_STATE,
497-
{ current_state = G.STATE, expected_state = G.STATES.SELECTING_HAND }
498-
)
495+
"Cannot rearrange hand when not selecting hand. You can only rearrange while selecting your hand. You can check the current gamestate with 'get_game_state'.",
496+
ERROR_CODES.INVALID_GAME_STATE,
497+
{ current_state = G.STATE, expected_state = G.STATES.SELECTING_HAND }
498+
)
499499
return
500500
end
501501

0 commit comments

Comments
 (0)