Skip to content

Commit af9ab71

Browse files
committed
style: fix dart formatting
1 parent 445ba75 commit af9ab71

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/firebase_remote_config/firebase_remote_config/lib/src/remote_config.dart

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,8 @@ class RemoteConfig extends FirebasePluginPlatform with ChangeNotifier {
2424
/// created and assigned before returning the delegate.
2525
FirebaseRemoteConfigPlatform get _delegate {
2626
_delegatePackingProperty ??= FirebaseRemoteConfigPlatform.instanceFor(
27-
app: app, pluginConstants: pluginConstants
27+
app: app,
28+
pluginConstants: pluginConstants,
2829
);
2930
return _delegatePackingProperty;
3031
}

0 commit comments

Comments
 (0)