Skip to content
This repository has been archived by the owner on Dec 26, 2022. It is now read-only.

Commit

Permalink
fix(bazel): Obey buildifier style
Browse files Browse the repository at this point in the history
  • Loading branch information
Yu Wei Wu committed Apr 29, 2019
1 parent 684b4c6 commit f6eb532
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@ load("@bazel_tools//tools/build_defs/pkg:pkg.bzl", "pkg_tar")
pkg_tar(
name = "pkg_coverage",
srcs = glob(["coverage/*"]),
package_dir = "./coverage"
package_dir = "./coverage",
)

0 comments on commit f6eb532

Please sign in to comment.