Skip to content

Commit

Permalink
build(bazel): fix bad merge in BUILD file (#26875)
Browse files Browse the repository at this point in the history
PR Close #26875
  • Loading branch information
gregmagolan authored and matsko committed Oct 31, 2018
1 parent ea571aa commit 3f61071
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/benchmarks/src/tree/render3/BUILD.bazel
@@ -1,6 +1,6 @@
package(default_visibility = ["//visibility:public"])

oad("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle")
load("//tools:defaults.bzl", "ng_module", "ng_rollup_bundle")
load("//packages/bazel:index.bzl", "protractor_web_test")
load("@build_bazel_rules_typescript//:defs.bzl", "ts_devserver")

Expand Down

0 comments on commit 3f61071

Please sign in to comment.