Skip to content

Commit fc1b104

Browse files
committed
run format
1 parent dd8fde8 commit fc1b104

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flutter/lib/src/integrations/on_error_integration.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class OnErrorIntegration implements Integration<SentryFlutterOptions> {
3434
if (binding == null) {
3535
return;
3636
}
37-
37+
3838
// WidgetsBinding works with WidgetsFlutterBinding and other custom bindings
3939
final wrapper = dispatchWrapper ??
4040
PlatformDispatcherWrapper(binding.platformDispatcher);

0 commit comments

Comments
 (0)