Skip to content

Commit 2e204d4

Browse files
committed
Run format
1 parent d01bb25 commit 2e204d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/widgets_binding_observer.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ class SentryWidgetsBindingObserver with WidgetsBindingObserver {
2121
SentryWidgetsBindingObserver({
2222
Hub? hub,
2323
required SentryFlutterOptions options,
24-
}) : _hub = hub ?? HubAdapter(),
24+
}) : _hub = hub ?? HubAdapter(),
2525
_options = options;
2626

2727
final Hub _hub;

0 commit comments

Comments
 (0)