aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools/distrib/clang_format_code.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tools/distrib/clang_format_code.sh')
-rwxr-xr-xtools/distrib/clang_format_code.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/distrib/clang_format_code.sh b/tools/distrib/clang_format_code.sh
index 612074acdf..6bfa278cae 100755
--- a/tools/distrib/clang_format_code.sh
+++ b/tools/distrib/clang_format_code.sh
@@ -38,4 +38,3 @@ docker build -t grpc_clang_format tools/dockerfile/grpc_clang_format
# run clang-format against the checked out codebase
docker run -e TEST=$TEST --rm=true -v ${HOST_GIT_ROOT:-`pwd`}:/local-code -t grpc_clang_format /clang_format_all_the_things.sh
-