We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 281bfad commit bf87572Copy full SHA for bf87572
1 file changed
engine/src/flutter/shell/platform/fuchsia/flutter/tests/integration/utils/portable_ui_test.cc
@@ -104,10 +104,9 @@ void PortableUITest::SetUpRealmBase() {
104
.targets = {ParentRef(), kFlutterJitRunnerRef}});
105
106
// Route "tmp" to Flutter runner
107
- realm_builder_.AddRoute(Route{
108
- .capabilities = {Storage{"tmp"}},
109
- .source = ParentRef(),
110
- .targets = {kFlutterJitRunnerRef}});
+ realm_builder_.AddRoute(Route{.capabilities = {Storage{"tmp"}},
+ .source = ParentRef(),
+ .targets = {kFlutterJitRunnerRef}});
111
}
112
113
void PortableUITest::ProcessViewGeometryResponse(
0 commit comments