From 2d3937f3d9ae1383899d3dad916ee2f09d7c1a3e Mon Sep 17 00:00:00 2001 From: jayonlau Date: Wed, 18 May 2022 07:10:57 +0800 Subject: [PATCH] Clean up extra spaces (#28317) Although these errors are not important, they affect the code specification. --- tools/run_tests/sanity/check_bad_dependencies.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/run_tests/sanity/check_bad_dependencies.sh b/tools/run_tests/sanity/check_bad_dependencies.sh index 588b3e303e9..fa88af2d1a7 100755 --- a/tools/run_tests/sanity/check_bad_dependencies.sh +++ b/tools/run_tests/sanity/check_bad_dependencies.sh @@ -25,7 +25,7 @@ test "$(bazel query 'somepath("//test/cpp/microbenchmarks:helpers", "//external: # Make sure that core doesn't depend on anything in C++ library -test "$(bazel query 'deps("//:grpc")' 2>/dev/null | grep -Ec 'src/cpp|include/grpcpp')" -eq 0 || exit 1 +test "$(bazel query 'deps("//:grpc")' 2>/dev/null | grep -Ec 'src/cpp|include/grpcpp')" -eq 0 || exit 1 exit 0