buildifier formatting of bazel files
Change-Id: I8196aa52ee640d1c500307a50a0ab4921138b69b
diff --git a/apps/route-service/api/BUILD b/apps/route-service/api/BUILD
index f33e002..3498f1f 100644
--- a/apps/route-service/api/BUILD
+++ b/apps/route-service/api/BUILD
@@ -1,10 +1,10 @@
COMPILE_DEPS = CORE_DEPS + JACKSON
TEST_DEPS = TEST + [
- '//core/api:onos-api-tests',
+ "//core/api:onos-api-tests",
]
-osgi_jar_with_tests (
- deps = COMPILE_DEPS,
+osgi_jar_with_tests(
test_deps = TEST_DEPS,
+ deps = COMPILE_DEPS,
)