Skip to content

Commit 37d4156

Browse files
committed
fix formatting
1 parent 1af6ba6 commit 37d4156

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/firebase_messaging/lib/firebase_messaging.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ class FirebaseMessaging {
4848
backgroundChannel.setMethodCallHandler((MethodCall call) async {
4949
if (call.method == 'handleBackgroundMessage') {
5050
final CallbackHandle handle =
51-
CallbackHandle.fromRawHandle(call.arguments['handle']);
51+
CallbackHandle.fromRawHandle(call.arguments['handle']);
5252
final Function handlerFunction =
53-
PluginUtilities.getCallbackFromHandle(handle);
53+
PluginUtilities.getCallbackFromHandle(handle);
5454
try {
5555
await handlerFunction(
5656
Map<String, dynamic>.from(call.arguments['message']));

0 commit comments

Comments
 (0)