buildifier reformatting of bazel files

Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/drivers/p4runtime/BUILD b/drivers/p4runtime/BUILD
index 1107577..7f917cd 100644
--- a/drivers/p4runtime/BUILD
+++ b/drivers/p4runtime/BUILD
@@ -8,17 +8,15 @@
     ":onos-drivers-p4runtime",
 ]
 
-osgi_jar (
-    deps = COMPILE_DEPS,
+osgi_jar(
     resources = glob(["src/main/resources/**"]),
     resources_root = "src/main/resources",
+    deps = COMPILE_DEPS,
 )
 
-onos_app (
+onos_app(
     app_name = "org.onosproject.drivers.p4runtime",
-    title = "P4Runtime Drivers",
     category = "Drivers",
-    url = "http://onosproject.org",
     description = "Adds support for devices using P4 Runtime protocol.",
     included_bundles = BUNDLES,
     required_apps = [
@@ -27,4 +25,6 @@
         "org.onosproject.p4runtime",
         "org.onosproject.drivers",
     ],
+    title = "P4Runtime Drivers",
+    url = "http://onosproject.org",
 )