buildifier reformatting of bazel files
Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/drivers/barefoot/BUILD b/drivers/barefoot/BUILD
index ead7a3b..f86f1e3 100644
--- a/drivers/barefoot/BUILD
+++ b/drivers/barefoot/BUILD
@@ -7,19 +7,19 @@
]
osgi_jar(
- deps = COMPILE_DEPS,
- resources_root = "src/main/resources",
resources = glob(["src/main/resources/**"]),
+ resources_root = "src/main/resources",
+ deps = COMPILE_DEPS,
)
-onos_app (
+onos_app(
app_name = "org.onosproject.drivers.barefoot",
- title = "Barefoot Drivers",
category = "Drivers",
- url = "http://onosproject.org",
description = "Adds support for Barefoot Networks devices",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.drivers.p4runtime",
],
+ title = "Barefoot Drivers",
+ url = "http://onosproject.org",
)