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
This commit is contained in:
Joseph Ortiz 2017-05-27 08:14:02 -07:00 committed by Facebook Github Bot
parent e278e6c27f
commit 81955e4106
2 changed files with 0 additions and 4 deletions

View file

@ -14,8 +14,6 @@
@class IGListAdapter;
@class IGListSectionController;
NS_ASSUME_NONNULL_BEGIN
/**

View file

@ -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.