Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 366e45d

Browse files
committed
fix format
1 parent 1d1e3a3 commit 366e45d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

runtime/window_data.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,9 @@ namespace flutter {
1717
/// The struct of platform-specific data used for initializing ui.Window.
1818
///
1919
/// framework may request data from ui.Window before platform is properly
20-
/// configured. Engine this struct to set the desired default value for ui.Window
21-
/// when creating Shell before platform is ready to send the real data.
20+
/// configured. Engine this struct to set the desired default value for
21+
/// ui.Window when creating Shell before platform is ready to send the real
22+
/// data.
2223
///
2324
/// See also:
2425
///

0 commit comments

Comments
 (0)