Skip to content

Commit

Permalink
Throw some whitespace in there why not.
Browse files Browse the repository at this point in the history
  • Loading branch information
ElDragonRojo committed Aug 7, 2013
1 parent 6d1f152 commit 0aa9e7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lemacs/Utilities/NSError+LEPresenting.m
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ - (IBAction)present;
NSString *localizedCancelButtonTitle = NSLocalizedString(@"OK", @"Generic error button title");

UIAlertView *errorAlert = [[UIAlertView alloc] initWithTitle:localizedTitle message:localizedMessage delegate:nil cancelButtonTitle:localizedCancelButtonTitle otherButtonTitles:nil];

[errorAlert show];
}

Expand Down

0 comments on commit 0aa9e7e

Please sign in to comment.