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

Commit b71e7e0

Browse files
bryanoltmanfelangel
authored andcommitted
formatting
1 parent d5c77fe commit b71e7e0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/snapshot/BUILD.gn

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,8 @@ group("generate_snapshot_bins") {
4040
deps += [ ":create_arm_gen_snapshot" ]
4141
}
4242

43-
if (host_os == "mac" && target_os != "mac" && (target_cpu == "arm" || target_cpu == "arm64")) {
43+
if (host_os == "mac" && target_os != "mac" &&
44+
(target_cpu == "arm" || target_cpu == "arm64")) {
4445
deps += [ ":create_arm_analyze_snapshot" ]
4546
}
4647

0 commit comments

Comments
 (0)