Remove trailing space in template file
Summary: Simple removal of a trailing space in a template file which leads to a warning when using `react-native-gitupgrade`: <img width="1187" alt="capture d ecran 2016-12-02 a 12 44 26" src="https://cloud.githubusercontent.com/assets/4425455/20832904/2c039f80-b88d-11e6-855a-78287d29585f.png"> **Test plan** To repro: - Install the `react-native-git-upgrade` package (see #11110) - Upgrade from 0.39.0 to 0.40.0-rc.0 Ping mkonicek Closes https://github.com/facebook/react-native/pull/11270 Differential Revision: D4265540 Pulled By: mkonicek fbshipit-source-id: 7b05f2de4711818b25fcd09260ae9c75d187d9ad
This commit is contained in:
parent
e5de8bce61
commit
f917c073aa
|
@ -43,7 +43,7 @@ android/app/libs
|
|||
|
||||
# fastlane
|
||||
#
|
||||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
||||
# It is recommended to not store the screenshots in the git repo. Instead, use fastlane to re-generate the
|
||||
# screenshots whenever they are needed.
|
||||
# For more information about the recommended setup visit:
|
||||
# https://github.com/fastlane/fastlane/blob/master/fastlane/docs/Gitignore.md
|
||||
|
|
Loading…
Reference in New Issue