Skip to content

Commit

Permalink
Fix Buildifier warning
Browse files Browse the repository at this point in the history
  • Loading branch information
laszlocsomor committed Apr 5, 2019
1 parent b0c735c commit e6a9c1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ def rules_nodejs_dev_dependencies():
http_archive(
name = "bazel_skylib",
type = "tar.gz",
url = "https://github.com/bazelbuild/bazel-skylib/releases/download/{}/bazel-skylib.{}.tar.gz".format (skylib_version, skylib_version),
url = "https://github.com/bazelbuild/bazel-skylib/releases/download/{}/bazel-skylib.{}.tar.gz".format(skylib_version, skylib_version),
sha256 = "2ef429f5d7ce7111263289644d233707dba35e39696377ebab8b0bc701f7818e",
)

Expand Down

0 comments on commit e6a9c1c

Please sign in to comment.