Remove extra tabs

Co-Authored-By: Mike Diarmid <mike.diarmid@gmail.com>
This commit is contained in:
Katharine Padilha
2019-08-22 10:11:59 -03:00
committed by GitHub
parent 7d964c55f0
commit 2802304d8a

View File

@@ -63,7 +63,7 @@ const androidConfig = {
const kittensApp = firebase.initializeApp(
// use platform-specific firebase config
Platform.OS === 'ios' ? iosConfig : androidConfig,
// name of this app
// name of this app
'kittens',
).then(app => console.log('initialized apps ->', firebase.apps));
```