Skip to content

Commit

Permalink
clang format
Browse files Browse the repository at this point in the history
  • Loading branch information
externl committed Aug 7, 2024
1 parent a9d0b2b commit 2505034
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions swift/src/IceImpl/Connection.mm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ - (BOOL)setCloseCallback:(void (^)(ICEConnection*))callback error:(NSError**)err
{
if (callback)
{
self.connection->setCloseCallback(
self.connection->setCloseCallback(
[callback](auto connection)
{
ICEConnection* conn = [ICEConnection getHandle:connection];
Expand All @@ -101,7 +101,6 @@ - (BOOL)setCloseCallback:(void (^)(ICEConnection*))callback error:(NSError**)err
callback(conn);
}
});

}
else
{
Expand Down

0 comments on commit 2505034

Please sign in to comment.