Skip to content

Commit 091db3b

Browse files
committed
style: code formatting
1 parent e4fd121 commit 091db3b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

lib/src/common/observer_widget.dart

+3-1
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,9 @@ class ObserverWidgetState<
157157
final isIgnoreInnerCanHandleObserve =
158158
ScrollUpdateNotification != notification.runtimeType;
159159
final platform = Theme.of(context).platform;
160-
if (kIsWeb || platform == TargetPlatform.windows || platform == TargetPlatform.macOS) {
160+
if (kIsWeb ||
161+
platform == TargetPlatform.windows ||
162+
platform == TargetPlatform.macOS) {
161163
// Getting bad observation result because scrolling in Flutter Web
162164
// with mouse wheel is not smooth.
163165
// https://github.com/flutter/flutter/issues/78708

0 commit comments

Comments
 (0)