diff --git a/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel b/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel index e67909f..e65f21a 100644 --- a/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel +++ b/sandboxed_api/sandbox2/examples/zlib/BUILD.bazel @@ -39,5 +39,7 @@ cc_binary( srcs = ["zpipe.c"], copts = sapi_platform_copts(), features = ["fully_static_link"], - deps = ["@net_zlib//:zlib"], + deps = [ + "@net_zlib//:zlib", + ], ) diff --git a/sandboxed_api/sandbox2/testcases/BUILD.bazel b/sandboxed_api/sandbox2/testcases/BUILD.bazel index 4211ca2..6e7ab7b 100644 --- a/sandboxed_api/sandbox2/testcases/BUILD.bazel +++ b/sandboxed_api/sandbox2/testcases/BUILD.bazel @@ -125,7 +125,9 @@ cc_binary( srcs = ["policy.cc"], copts = sapi_platform_copts(), features = ["fully_static_link"], - deps = ["//sandboxed_api:config"], + deps = [ + "//sandboxed_api:config", + ], ) cc_binary(