From 68695bdb26ffd056e10aeaf54bd7fb20253f58eb Mon Sep 17 00:00:00 2001 From: Yann Pringault Date: Fri, 10 Mar 2017 13:42:18 -0800 Subject: [PATCH] Fix indent for .babelrc in HelloWorld template Summary: Minor code formatting. Each time I run `react-native init` I must reindent this file. Closes https://github.com/facebook/react-native/pull/12850 Differential Revision: D4691374 fbshipit-source-id: dc02b021e2f320f1046e4e6d024ba675a4213de8 --- local-cli/templates/HelloWorld/_babelrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/local-cli/templates/HelloWorld/_babelrc b/local-cli/templates/HelloWorld/_babelrc index 8df53fe43..a9ce1369e 100644 --- a/local-cli/templates/HelloWorld/_babelrc +++ b/local-cli/templates/HelloWorld/_babelrc @@ -1,3 +1,3 @@ { -"presets": ["react-native"] -} \ No newline at end of file + "presets": ["react-native"] +}