bazel file formatting
Change-Id: Ib19ee630e383250b0e0ba43e6d864ff727069fab
diff --git a/providers/hostprobing/BUILD b/providers/hostprobing/BUILD
index e1b1003..dc6b7a4 100644
--- a/providers/hostprobing/BUILD
+++ b/providers/hostprobing/BUILD
@@ -6,15 +6,15 @@
"//utils/osgi:onlab-osgi-tests",
]
-osgi_jar_with_tests (
- deps = COMPILE_DEPS,
+osgi_jar_with_tests(
test_deps = TEST_DEPS,
+ deps = COMPILE_DEPS,
)
-onos_app (
+onos_app(
app_name = "org.onosproject.hostprobingprovider",
- title = "Host Probing Provider",
category = "Provider",
- url = "http://onosproject.org",
description = "Provides host probing mechanism that discovers or verifies the existence of a host at specific location",
+ title = "Host Probing Provider",
+ url = "http://onosproject.org",
)