Skip to content

Commit beff4bc

Browse files
committed
fix: formatting
1 parent 51578d2 commit beff4bc

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/js_notifications_web.dart

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ class JsNotificationsWeb extends JsNotificationsPlatform {
4848
onNotificationTap: _onNotificationTap,
4949
onNotificationAction: _onNotificationAction,
5050
onNotificationDismiss: _onNotificationDismiss,
51-
scopeUrl: _scopeUrl);
51+
scopeUrl: _scopeUrl,
52+
);
53+
}
5254

5355
void _startEventListeners() {
5456
_dismissSubscription = dismissStream.listen((event) {

0 commit comments

Comments
 (0)