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

Commit eb24e62

Browse files
slightfootpasssy
andauthored
Update lib/web_ui/lib/src/ui/initialization.dart
Co-Authored-By: Pascal Welsch <[email protected]>
1 parent 66db24b commit eb24e62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/web_ui/lib/src/ui/initialization.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ Future<void> webOnlyInitializePlatform({
1010
engine.AssetManager assetManager,
1111
}) async {
1212
if (!debugEmulateFlutterTesterEnvironment) {
13-
if(engine.experimentalUsePath) {
13+
if (engine.experimentalUsePath) {
1414
engine.window.locationStrategy = const engine.PathLocationStrategy();
15-
}else {
15+
} else {
1616
engine.window.locationStrategy = const engine.HashLocationStrategy();
1717
}
1818
}

0 commit comments

Comments
 (0)