reformat bazel files to use Google coding standards

Change-Id: I320f0ca7ccb1b2247ccdd9fa58fefca7dad8a16f
diff --git a/protocols/p4runtime/api/BUILD b/protocols/p4runtime/api/BUILD
index 2936d86..50a0624 100644
--- a/protocols/p4runtime/api/BUILD
+++ b/protocols/p4runtime/api/BUILD
@@ -1,11 +1,11 @@
-GRPC_VER = '1.3.1'
+GRPC_VER = "1.3.1"
 
 COMPILE_DEPS = CORE_DEPS + [
-#    '@grpc//jar',
+    #    '@grpc//jar',
 ]
 
 TEST_DEPS = TEST + [
-    '//core/api:onos-api-tests',
+    "//core/api:onos-api-tests",
 ]
 
 #osgi_jar_with_tests (