Fix formatting of bazel_skylib dependency

pull/17926/head
Jan Tattermusch 6 years ago committed by Adam Cozzette
parent 64fed49459
commit 06d76ebf23
  1. 2
      bazel/grpc_deps.bzl

@ -190,7 +190,7 @@ def grpc_deps():
name = "bazel_skylib",
sha256 = "ba5d15ca230efca96320085d8e4d58da826d1f81b444ef8afccd8b23e0799b52",
strip_prefix = "bazel-skylib-f83cb8dd6f5658bc574ccd873e25197055265d1c",
urls = ["https://github.com/bazelbuild/bazel-skylib/archive/f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz"],
url = "https://github.com/bazelbuild/bazel-skylib/archive/f83cb8dd6f5658bc574ccd873e25197055265d1c.tar.gz",
)
if "io_opencensus_cpp" not in native.existing_rules():

Loading…
Cancel
Save