Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Deadpikle committed Aug 7, 2016
1 parent 2ada0c1 commit 65dff46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion JNWCollectionView/JNWCollectionViewCell.m
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ - (void)didLayoutWithFrame:(CGRect)frame {
}

- (void)updateTrackingAreas {
[super updateTrackingAreas];
[super updateTrackingAreas];
[[self.trackingAreas copy] enumerateObjectsUsingBlock:^(NSTrackingArea * _Nonnull trackingArea, NSUInteger idx, BOOL * _Nonnull stop) {
[self removeTrackingArea:trackingArea];
}];
Expand Down

0 comments on commit 65dff46

Please sign in to comment.