Skip to content

Commit

Permalink
Fix buildifier issue failing on CI. (#234)
Browse files Browse the repository at this point in the history
```
buildifier -lint=fix distribution/BUILD
```
  • Loading branch information
thomasvl committed Feb 18, 2020
1 parent 2d4c952 commit 0a934a9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions distribution/BUILD
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
package(
default_visibility = ["//visibility:private"],
)

load("@bazel_skylib//:version.bzl", "version")
load("@rules_pkg//:pkg.bzl", "pkg_tar")
load("@rules_pkg//releasing:defs.bzl", "print_rel_notes")

package(
default_visibility = ["//visibility:private"],
)

pkg_tar(
name = "srcs",
srcs = ["//:distribution"],
Expand Down

0 comments on commit 0a934a9

Please sign in to comment.