buildifier reformatting of bazel files
Change-Id: I1645613ec9dc57e659e7036634fcf3f3992b05a7
diff --git a/protocols/grpc/BUILD b/protocols/grpc/BUILD
index 56218f0..a01155b 100644
--- a/protocols/grpc/BUILD
+++ b/protocols/grpc/BUILD
@@ -32,18 +32,18 @@
"@io_netty_netty_resolver//jar",
]
-onos_app (
+onos_app(
app_name = "org.onosproject.protocols.grpc",
- title = "gRPC Protocol Subsystem",
category = "rotocol",
- url = "ttp://onosproject.org",
description = "Exposes APIs to operate with gRPC channels",
included_bundles = BUNDLES,
+ title = "gRPC Protocol Subsystem",
+ url = "ttp://onosproject.org",
)
wrapped_osgi_jar(
name = "grpc-core-repkg",
- jar = "@io_grpc_grpc_java//core:core",
- deps = ["@io_opencensus_opencensus_api//jar"],
+ jar = "@io_grpc_grpc_java//core",
visibility = ["//visibility:public"],
+ deps = ["@io_opencensus_opencensus_api//jar"],
)