Skip to content

Commit

Permalink
errant semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
Ashton-W committed Feb 17, 2014
1 parent 1dc6933 commit 5770ece
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CRToast/CRToast.m
Original file line number Diff line number Diff line change
Expand Up @@ -761,7 +761,7 @@ - (void)displayNotification:(CRToast*)notification {

#pragma mark - Overrides

- (BOOL)showingNotification {;
- (BOOL)showingNotification {
return self.notifications.count > 0;
}

Expand Down

0 comments on commit 5770ece

Please sign in to comment.