From 3add712952e24bc04396b34a17ef9fee16dcd1d9 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Fri, 15 Aug 2014 01:44:42 +0200 Subject: [PATCH] spacing --- PSTCollectionView/PSTCollectionView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/PSTCollectionView/PSTCollectionView.m b/PSTCollectionView/PSTCollectionView.m index bac662f..acf6dc5 100644 --- a/PSTCollectionView/PSTCollectionView.m +++ b/PSTCollectionView/PSTCollectionView.m @@ -1032,7 +1032,6 @@ - (void)moveItemAtIndexPath:(NSIndexPath *)indexPath toIndexPath:(NSIndexPath *) [self setupCellAnimations]; [self endItemAnimations]; } - } - (void)performBatchUpdates:(void (^)(void))updates completion:(void (^)(BOOL finished))completion {