Skip to content

Commit

Permalink
Forgot a semi-colon. #swiftdontneedem
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfle committed Apr 21, 2015
1 parent d0d9ea8 commit 6d3a7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MGSwipeTableCell/MGSwipeTableCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -877,7 +877,7 @@ -(void) hideSwipeAnimated: (BOOL) animated

-(void) showSwipe: (MGSwipeDirection) direction animated: (BOOL) animated
{
[self showSwipe:direction animated:animated completion:nil]
[self showSwipe:direction animated:animated completion:nil];
}

-(void) showSwipe: (MGSwipeDirection) direction animated: (BOOL) animated completion:(void(^)()) completion
Expand Down

0 comments on commit 6d3a7c8

Please sign in to comment.