buildifier reformatting of bazel files
Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/apps/p4-tutorial/mytunnel/BUILD b/apps/p4-tutorial/mytunnel/BUILD
index 415084e..8bf5772 100644
--- a/apps/p4-tutorial/mytunnel/BUILD
+++ b/apps/p4-tutorial/mytunnel/BUILD
@@ -2,7 +2,7 @@
"//apps/p4-tutorial/pipeconf:onos-apps-p4-tutorial-pipeconf",
]
-osgi_jar (
+osgi_jar(
deps = COMPILE_DEPS,
)
@@ -10,14 +10,14 @@
"//apps/p4-tutorial/mytunnel:onos-apps-p4-tutorial-mytunnel",
]
-onos_app (
+onos_app(
app_name = "org.onosproject.p4tutorial.mytunnel",
- title = "MyTunnel Demo App",
category = "Traffic Engineering",
- url = "http://onosproject.org",
description = "Provides forwarding between each pair of hosts via MyTunnel protocol",
included_bundles = BUNDLES,
required_apps = [
"org.onosproject.p4tutorial.pipeconf",
- ]
+ ],
+ title = "MyTunnel Demo App",
+ url = "http://onosproject.org",
)