Run buildifier on WORKSPACE

This commit is contained in:
David Tolnay 2022-04-25 18:25:51 -07:00
parent 205964659b
commit f9f215fc0f
No known key found for this signature in database
GPG Key ID: F9BA143B95FF6D82

View File

@ -26,6 +26,6 @@ load("//tools/bazel:vendor.bzl", "vendor")
vendor(
name = "third-party",
lockfile = "//third-party:Cargo.lock",
cargo_version = RUST_VERSION,
lockfile = "//third-party:Cargo.lock",
)