Skip to content

Commit fc51b1f

Browse files
dartfmt
1 parent c8d5bd3 commit fc51b1f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firebase_core/firebase_core_platform_interface/lib/src/method_channel_firebase_core.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ class MethodChannelFirebaseCore extends FirebaseCorePlatform {
2323
name,
2424
);
2525
if (app == null) return null;
26-
return PlatformFirebaseApp(app['name'], FirebaseOptions.from(app['options']));
26+
return PlatformFirebaseApp(
27+
app['name'], FirebaseOptions.from(app['options']));
2728
}
2829

2930
@override

0 commit comments

Comments
 (0)