buildifier formatting of bazel files
Change-Id: I8196aa52ee640d1c500307a50a0ab4921138b69b
diff --git a/BUILD b/BUILD
index c03ace3..a6c8aca 100644
--- a/BUILD
+++ b/BUILD
@@ -1,13 +1,16 @@
BUNDLES = [
- '//apps/segmentrouting/app:onos-apps-segmentrouting-app',
- '//apps/segmentrouting/web:onos-apps-segmentrouting-web',
+ "//apps/segmentrouting/app:onos-apps-segmentrouting-app",
+ "//apps/segmentrouting/web:onos-apps-segmentrouting-web",
]
-onos_app (
- title = 'Segment Routing',
- category = 'Traffic Steering',
- url = 'http://onosproject.org',
+onos_app(
+ category = "Traffic Steering",
+ description = "Segment routing application.",
included_bundles = BUNDLES,
- description = 'Segment routing application.',
- required_apps = [ 'org.onosproject.route-service', 'org.onosproject.mcast' ],
+ required_apps = [
+ "org.onosproject.route-service",
+ "org.onosproject.mcast",
+ ],
+ title = "Segment Routing",
+ url = "http://onosproject.org",
)