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 коммит произвёл Facebook Github Bot
Родитель 82ff298c00
Коммит 68695bdb26
1 изменённых файлов: 2 добавлений и 2 удалений

Просмотреть файл

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