build: fix BUILD file formatting

This commit is contained in:
Alex Rickabaugh 2018-10-23 12:29:26 -07:00
parent 5a3077f46c
commit 38dbae9ca0
1 changed files with 2 additions and 2 deletions

View File

@ -59,9 +59,9 @@ protractor_web_test(
tags = ["ivy-only"],
deps = [
"//modules/benchmarks/src/tree:perf_lib",
"@ngdeps//protractor",
"@ngdeps//yargs",
"@ngdeps//node-uuid",
"@ngdeps//protractor",
"@ngdeps//reflect-metadata",
"@ngdeps//yargs",
],
)