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
This commit is contained in:
Yann Pringault 2017-03-10 13:42:18 -08:00 committed by Facebook Github Bot
parent 82ff298c00
commit 68695bdb26
1 changed files with 2 additions and 2 deletions

View File

@ -1,3 +1,3 @@
{
"presets": ["react-native"]
}
"presets": ["react-native"]
}