Skip to content

Commit

Permalink
Code style
Browse files Browse the repository at this point in the history
  • Loading branch information
bruhmoent authored Jul 13, 2024
1 parent 369742a commit 6605fa6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/object/player.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ Player::update(float dt_sec)
}
}

if(m_active_bubbles.size() > 0)
if (m_active_bubbles.size() > 0)
{
for (auto& bubble : m_active_bubbles)
{
Expand Down

0 comments on commit 6605fa6

Please sign in to comment.