Skip to content

Commit

Permalink
Add fix copyright script to sanitize.sh (grpc#26735)
Browse files Browse the repository at this point in the history
  • Loading branch information
lidizheng authored Jul 20, 2021
1 parent 1344d36 commit 0c2a678
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/distrib/sanitize.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd $(dirname $0)/../..

tools/buildgen/generate_projects.sh
tools/distrib/clang_format_code.sh
tools/distrib/check_copyright.py
tools/distrib/check_copyright.py --fix
tools/distrib/check_trailing_newlines.sh --fix
tools/run_tests/sanity/check_port_platform.py --fix

0 comments on commit 0c2a678

Please sign in to comment.