Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
fishkingsin committed Sep 10, 2014
1 parent 9332edd commit 2e346a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Session.mm
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ -(void) inviteWithViewController:(UIViewController*)viewController serviceType:(
{
if(session)
{
[viewController presentViewController:[session browserViewControllerForSeriviceType:serviceType] animated:YES completion:^{
}];
[viewController presentViewController:[session browserViewControllerForSeriviceType:serviceType] animated:YES completion:^{
}];
}

}
Expand Down

0 comments on commit 2e346a9

Please sign in to comment.