diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-24 02:29:02 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2017-05-24 02:29:02 +0200 |
commit | 3dedf65b0f8e46f69dabcca0cef896c41e0bf586 (patch) | |
tree | d1353179ed47a8c6662113600e2a86a9c83a2c43 /bazel | |
parent | af6c83f9e141aa1ae32398f1f9b1f152a248a8f0 (diff) |
Fixing indentation + fixing interop_client.
Diffstat (limited to 'bazel')
-rw-r--r-- | bazel/grpc_build_system.bzl | 12 |
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) |