IGListKit/IGListKit.xcworkspace/xcshareddata/IDETemplateMacros.plist
Benny Wong c692b4cdd2 Fix "new file header template" whitespace #trivial (#1324)
Summary:
* Removing an extra new line
* Trailing whitespace

![image](https://user-images.githubusercontent.com/5719/58054482-b198cc00-7b28-11e9-8e9d-ddcfb2bb0e86.png)

## 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
2019-05-20 16:39:14 -07:00

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>