Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JanNikGra committed Apr 27, 2023
1 parent e1eb69c commit c6903ec
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MatrixSDK/MXSession.m
Original file line number Diff line number Diff line change
Expand Up @@ -4787,7 +4787,9 @@ - (void)removeBreadcrumbWithRoomWithId:(NSString *)roomId
failure(error);
}
}];
} else {
}
else
{
if (success)
{
success();
Expand Down

0 comments on commit c6903ec

Please sign in to comment.