Skip to content

Commit

Permalink
Format cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
ValentinBuira committed Nov 14, 2024
1 parent 8152604 commit a0e7157
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions app/synchronizationmanager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,9 @@ void SynchronizationManager::onProjectSyncFailure(
}
else
{
if (error == SynchronizationError::MonthlyContributorsLimitHit){
emit monthlyContributorsLimitReached("");
if ( error == SynchronizationError::MonthlyContributorsLimitHit )
{
emit monthlyContributorsLimitReached( "" );
}
mSyncProcesses.remove( projectFullName );
emit syncFinished( projectFullName, false, -1, false );
Expand Down

1 comment on commit a0e7157

@inputapp-bot
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

iOS - version 24.11.694011 just submitted!

Please sign in to comment.