reformat bazel files to use Google coding standards

Change-Id: I320f0ca7ccb1b2247ccdd9fa58fefca7dad8a16f
diff --git a/incubator/api/BUILD b/incubator/api/BUILD
index c0beb98..c6ca52a 100644
--- a/incubator/api/BUILD
+++ b/incubator/api/BUILD
@@ -2,8 +2,8 @@
 
 TEST_DEPS = TEST_ADAPTERS
 
-osgi_jar_with_tests (
-    deps = COMPILE_DEPS,
+osgi_jar_with_tests(
     test_deps = TEST_DEPS,
     visibility = ["//visibility:public"],
+    deps = COMPILE_DEPS,
 )