reformat bazel files to use Google coding standards

Change-Id: I320f0ca7ccb1b2247ccdd9fa58fefca7dad8a16f
diff --git a/utils/osgi/BUILD b/utils/osgi/BUILD
index 91dd172..688e4c2 100644
--- a/utils/osgi/BUILD
+++ b/utils/osgi/BUILD
@@ -1,8 +1,8 @@
 COMPILE_DEPS = COMPILE
 
 osgi_jar_with_tests(
-    name = 'onlab-osgi',
-    deps = COMPILE_DEPS,
-    package_name_root = 'org.onlab',
+    name = "onlab-osgi",
+    package_name_root = "org.onlab",
     visibility = ["//visibility:public"],
+    deps = COMPILE_DEPS,
 )