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,4 +1,4 @@
package(default_visibility = ['//visibility:public'])
package(default_visibility = ["//visibility:public"])
config_setting(
name = "linux",
@@ -41,4 +41,3 @@ alias(
":windows": "@emscripten_npm_win//:node_modules",
}),
)