diff --git a/sandboxed_api/examples/zlib/BUILD.bazel b/sandboxed_api/examples/zlib/BUILD.bazel index f6fdc98..386bb49 100644 --- a/sandboxed_api/examples/zlib/BUILD.bazel +++ b/sandboxed_api/examples/zlib/BUILD.bazel @@ -31,7 +31,6 @@ sapi_library( lib = "@net_zlib//:zlib", lib_name = "Zlib", namespace = "sapi::zlib", - deps = [], ) cc_binary( diff --git a/sandboxed_api/sandbox2/BUILD.bazel b/sandboxed_api/sandbox2/BUILD.bazel index 2336e91..292d0b7 100644 --- a/sandboxed_api/sandbox2/BUILD.bazel +++ b/sandboxed_api/sandbox2/BUILD.bazel @@ -14,11 +14,9 @@ # Description: sandbox2 is a C++ sandbox technology for Linux. -package( - default_visibility = [ - "//sandboxed_api:__subpackages__", - ], -) +package(default_visibility = [ + "//sandboxed_api:__subpackages__", +]) licenses(["notice"]) # Apache 2.0 diff --git a/sandboxed_api/sandbox2/util/BUILD.bazel b/sandboxed_api/sandbox2/util/BUILD.bazel index b576264..a786359 100644 --- a/sandboxed_api/sandbox2/util/BUILD.bazel +++ b/sandboxed_api/sandbox2/util/BUILD.bazel @@ -81,9 +81,7 @@ cc_library( name = "file_base", srcs = ["path.cc"], hdrs = ["path.h"], - deps = [ - "@com_google_absl//absl/strings", - ], + deps = ["@com_google_absl//absl/strings"], ) cc_test( diff --git a/sandboxed_api/tools/generator2/code_test.py b/sandboxed_api/tools/generator2/code_test.py index 7b534df..f4e2f24 100644 --- a/sandboxed_api/tools/generator2/code_test.py +++ b/sandboxed_api/tools/generator2/code_test.py @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Tests for google3.third_party.sandboxed_api.tools.generator2.code.""" +"""Tests for code.""" from __future__ import absolute_import from __future__ import division