Skip to content

Commit

Permalink
Code style fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
jpd002 committed Jun 23, 2021
1 parent 560fddb commit cebad3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/ui_ios/SettingsViewController.mm
Expand Up @@ -71,7 +71,7 @@ - (IBAction)returnToSettings:(UIStoryboardSegue*)segue

- (IBAction)returnToParent
{
[self.presentingViewController dismissViewControllerAnimated: YES completion: nil];
[self.presentingViewController dismissViewControllerAnimated:YES completion:nil];
}

@end

0 comments on commit cebad3c

Please sign in to comment.