buildifier reformatting of bazel files

Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/drivers/mellanox/BUILD b/drivers/mellanox/BUILD
index 4faeb31..4c091f1 100644
--- a/drivers/mellanox/BUILD
+++ b/drivers/mellanox/BUILD
@@ -7,20 +7,20 @@
 ]
 
 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.mellanox",
-    title = "Mellanox Drivers",
     category = "Drivers",
-    url = "http://onosproject.org",
     description = "Adds support for Mellanox Spectrum-based devices using P4Runtime",
     included_bundles = BUNDLES,
     required_apps = [
         "org.onosproject.drivers.p4runtime",
         "org.onosproject.pipelines.fabric",
     ],
+    title = "Mellanox Drivers",
+    url = "http://onosproject.org",
 )