Skip to content
This repository has been archived by the owner on Oct 2, 2023. It is now read-only.

Commit

Permalink
Merge pull request #258 from mattmoor/buildifier-0.8.1
Browse files Browse the repository at this point in the history
Fix new buildifier errors.
  • Loading branch information
mattmoor authored Dec 5, 2017
2 parents caa55f1 + c2566e3 commit 6524945
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions container/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ py_binary(
srcs = ["extract_config.py"],
visibility = ["//visibility:public"],
deps = [
"@containerregistry//:containerregistry",
"@containerregistry",
],
)

Expand All @@ -46,7 +46,7 @@ py_binary(
visibility = ["//visibility:public"],
deps = [
":utils",
"@containerregistry//:containerregistry",
"@containerregistry",
],
)

Expand All @@ -56,7 +56,7 @@ py_binary(
visibility = ["//visibility:public"],
deps = [
":utils",
"@containerregistry//:containerregistry",
"@containerregistry",
],
)

Expand Down Expand Up @@ -133,5 +133,5 @@ py_test(
size = "medium",
srcs = ["image_test.py"],
data = TEST_DATA,
deps = ["@containerregistry//:containerregistry"],
deps = ["@containerregistry"],
)
2 changes: 1 addition & 1 deletion tools/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ py_binary(
name = "update_deps",
srcs = ["update_deps.py"],
deps = [
"@containerregistry//:containerregistry",
"@containerregistry",
],
)

0 comments on commit 6524945

Please sign in to comment.