mirror of
https://github.com/Instagram/IGListKit
synced 2026-05-23 01:08:27 +00:00
Summary: * Removing an extra new line * Trailing whitespace  ## Changes in this pull request Issue fixed: #984 ### Checklist - [x] All tests pass. Demo project builds and runs. - [x] I added tests, an experiment, or detailed why my change isn't tested. - [ ] 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: https://github.com/Instagram/IGListKit/pull/1324 Differential Revision: D15424844 fbshipit-source-id: c5f10932149873df95e0d748ca088da917501773
21 lines
657 B
Text
21 lines
657 B
Text
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
|
<plist version="1.0">
|
|
<dict>
|
|
<key>FILEHEADER</key>
|
|
<string>
|
|
// Copyright (c) Facebook, Inc. and its affiliates.
|
|
// All rights reserved.
|
|
//
|
|
// This source code is licensed under the BSD-style license found in the
|
|
// LICENSE file in the root directory of this source tree. An additional grant
|
|
// of patent rights can be found in the PATENTS file in the same directory.
|
|
//
|
|
// GitHub:
|
|
// https://github.com/Instagram/IGListKit
|
|
//
|
|
// Documentation:
|
|
// https://instagram.github.io/IGListKit/
|
|
//</string>
|
|
</dict>
|
|
</plist>
|