Merge branch 'flutter-3.27-candidate.0' into mdebbar-patch-2
diff --git a/lib/ui/window.dart b/lib/ui/window.dart
index 229022b..b32777f 100644
--- a/lib/ui/window.dart
+++ b/lib/ui/window.dart
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 part of dart.ui;
 
+
 /// A configurable display that a [FlutterView] renders on.
 ///
 /// Use [FlutterView.display] to get the current display for that view.