Skip to content

Commit

Permalink
fix code style issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturKnopik committed Nov 24, 2024
1 parent 436710e commit c5511b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/game.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3041,7 +3041,7 @@ void Game::playerPurchaseItem(uint32_t playerId, uint16_t spriteId, uint8_t coun
return;
}

if (amount == 0 ) {
if (amount == 0) {
return;
}

Expand Down

0 comments on commit c5511b4

Please sign in to comment.