From 81955e410673585ffa52eeac38c55b28a55d4b18 Mon Sep 17 00:00:00 2001 From: Joseph Ortiz Date: Sat, 27 May 2017 08:14:02 -0700 Subject: [PATCH] Remove white space Summary: Issue fixed: #770 - [ ] All tests pass. Demo project builds and runs. - [ ] I added tests, an experiment, or detailed why my change isn't tested. - [x] I added an entry to the `CHANGELOG.md` for any breaking changes, enhancements, or bug fixes. - [x] I have reviewed the [contributing guide](https://github.com/Instagram/IGListKit/blob/master/.github/CONTRIBUTING.md) Closes https://github.com/Instagram/IGListKit/pull/783 Differential Revision: D5137558 Pulled By: rnystrom fbshipit-source-id: e8c94d5d6d0ffde4f283915a21cd015604938c88 --- Source/IGListAdapterDataSource.h | 2 -- Source/IGListCollectionContext.h | 2 -- 2 files changed, 4 deletions(-) diff --git a/Source/IGListAdapterDataSource.h b/Source/IGListAdapterDataSource.h index 49cd0c7d..e0039a99 100644 --- a/Source/IGListAdapterDataSource.h +++ b/Source/IGListAdapterDataSource.h @@ -14,8 +14,6 @@ @class IGListAdapter; @class IGListSectionController; - - NS_ASSUME_NONNULL_BEGIN /** diff --git a/Source/IGListCollectionContext.h b/Source/IGListCollectionContext.h index 8e9eec76..60c7c0c4 100644 --- a/Source/IGListCollectionContext.h +++ b/Source/IGListCollectionContext.h @@ -15,8 +15,6 @@ NS_ASSUME_NONNULL_BEGIN @class IGListSectionController; - - /** The collection context provides limited access to the collection-related information that section controllers need for operations like sizing, dequeuing cells, insterting, deleting, reloading, etc.