Skip to content

Commit 4603f10

Browse files
format
1 parent 3073f51 commit 4603f10

File tree

1 file changed

+12
-12
lines changed
  • engine/src/flutter/shell/platform/fuchsia/flutter

1 file changed

+12
-12
lines changed

engine/src/flutter/shell/platform/fuchsia/flutter/BUILD.gn

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -987,12 +987,12 @@ if (enable_unittests) {
987987
},
988988
]
989989
if (is_aot_test) {
990-
resources += [
991-
{
992-
path = "$root_gen_dir/flutter/shell/platform/embedder/assets/app_elf_snapshot.so"
993-
dest = "assets/app_elf_snapshot.so"
994-
},
995-
]
990+
resources += [
991+
{
992+
path = "$root_gen_dir/flutter/shell/platform/embedder/assets/app_elf_snapshot.so"
993+
dest = "assets/app_elf_snapshot.so"
994+
},
995+
]
996996
}
997997
}
998998

@@ -1026,12 +1026,12 @@ if (enable_unittests) {
10261026
},
10271027
]
10281028
if (is_aot_test) {
1029-
resources += [
1030-
{
1031-
path = "$root_gen_dir/flutter/third_party/tonic/tests/assets/app_elf_snapshot.so"
1032-
dest = "assets/app_elf_snapshot.so"
1033-
},
1034-
]
1029+
resources += [
1030+
{
1031+
path = "$root_gen_dir/flutter/third_party/tonic/tests/assets/app_elf_snapshot.so"
1032+
dest = "assets/app_elf_snapshot.so"
1033+
},
1034+
]
10351035
}
10361036
}
10371037

0 commit comments

Comments
 (0)