Conversation
|
Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please sign up at https://code.facebook.com/cla. If you are contributing on behalf of someone else (eg your employer), the individual CLA may not be sufficient and your employer may need the corporate CLA signed. If you have received this in error or have any questions, please contact us at cla@fb.com. Thanks! |
|
Thank you for signing our Contributor License Agreement. We can now accept your code for this (and any) Facebook open source project. Thanks! |
5424984 to
a68fa2f
Compare
[√]Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace) [√]Sorted Imports Violation: Imports should be sorted. (sorted_imports) [√] Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace)
a68fa2f to
d0718ae
Compare
|
Thank you!! |
facebook-github-bot
left a comment
There was a problem hiding this comment.
@rnystrom is landing this pull request. If you are a Facebook employee, you can view this diff on Phabricator.
Summary: Issue fixed: SwiftLint warnings - [x] Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace) - [x] Sorted Imports Violation: Imports should be sorted. (sorted_imports) - [x] Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace) - [x] All tests pass. Demo project builds and runs. - [x] 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) Pull Request resolved: #1283 Differential Revision: D13237028 Pulled By: rnystrom fbshipit-source-id: b364f329b0e99ca56704d3d2851cf225759b2a78
Summary: Issue fixed: SwiftLint warnings - [x] Operator Usage Whitespace Violation: Operators should be surrounded by a single whitespace when they are being used. (operator_usage_whitespace) - [x] Sorted Imports Violation: Imports should be sorted. (sorted_imports) - [x] Trailing Whitespace Violation: Lines should not have trailing whitespace. (trailing_whitespace) - [x] All tests pass. Demo project builds and runs. - [x] 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) Pull Request resolved: #1283 Differential Revision: D13237028 Pulled By: rnystrom fbshipit-source-id: b364f329b0e99ca56704d3d2851cf225759b2a78
Changes in this pull request
Issue fixed: SwiftLint warnings
Checklist
CHANGELOG.mdfor any breaking changes, enhancements, or bug fixes.