aboutsummaryrefslogtreecommitdiffhomepage
path: root/bazel
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-24 02:29:02 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-05-24 02:29:02 +0200
commit3dedf65b0f8e46f69dabcca0cef896c41e0bf586 (patch)
treed1353179ed47a8c6662113600e2a86a9c83a2c43 /bazel
parentaf6c83f9e141aa1ae32398f1f9b1f152a248a8f0 (diff)
Fixing indentation + fixing interop_client.
Diffstat (limited to 'bazel')
-rw-r--r--bazel/grpc_build_system.bzl12
1 files changed, 6 insertions, 6 deletions
diff --git a/bazel/grpc_build_system.bzl b/bazel/grpc_build_system.bzl
index 0f66edbcd0..cbf479b4a7 100644
--- a/bazel/grpc_build_system.bzl
+++ b/bazel/grpc_build_system.bzl
@@ -110,11 +110,11 @@ def grpc_cc_binary(name, srcs = [], deps = [], external_deps = [], args = [], da
)
def grpc_generate_one_off_targets():
- pass
+ pass
def grpc_sh_test(name, srcs, args = [], data = []):
- native.sh_test(
- name = name,
- srcs = srcs,
- args = args,
- data = data)
+ native.sh_test(
+ name = name,
+ srcs = srcs,
+ args = args,
+ data = data)