Skip to content

Commit

Permalink
Update REMenu.m
Browse files Browse the repository at this point in the history
  • Loading branch information
romaonthego committed Feb 15, 2014
1 parent 0c2c42a commit 7fd3734
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions REMenu/REMenu.m
Expand Up @@ -351,8 +351,7 @@ - (void)closeWithCompletion:(void (^)(void))completion

};

if (self.closePreparationBlock)
{
if (self.closePreparationBlock) {
self.closePreparationBlock();
}

Expand Down

0 comments on commit 7fd3734

Please sign in to comment.