Run buildifier on bazel/ (#913)

This commit is contained in:
Kevin Lubick
2021-10-19 15:56:55 -04:00
committed by GitHub
parent 773e4f955d
commit f8615b4782
9 changed files with 33 additions and 30 deletions

View File

@@ -1,7 +1,9 @@
workspace(name = "emsdk")
load(":deps.bzl", "deps")
deps()
load(":emscripten_deps.bzl", "emscripten_deps")
emscripten_deps()