From f917c073aa8f879510eaef960f2c5eacc7c68246 Mon Sep 17 00:00:00 2001 From: Nicolas Cuillery Date: Fri, 2 Dec 2016 07:42:27 -0800 Subject: [PATCH] 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`: capture d ecran 2016-12-02 a 12 44 26 **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 --- local-cli/templates/HelloWorld/_gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/local-cli/templates/HelloWorld/_gitignore b/local-cli/templates/HelloWorld/_gitignore index a26a14088..fc13f169a 100644 --- a/local-cli/templates/HelloWorld/_gitignore +++ b/local-cli/templates/HelloWorld/_gitignore @@ -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