diff --git a/CI/check-format.sh b/CI/check-format.sh index c51574c71da924..955be16ef6c89f 100755 --- a/CI/check-format.sh +++ b/CI/check-format.sh @@ -4,6 +4,7 @@ set -o errexit set -o pipefail set -o nounset +set -o xtrace if [ ${#} -eq 1 ]; then VERBOSITY="--verbose" @@ -60,4 +61,4 @@ find . -type d \( \ -name '*.cpp' \ | xargs -L100 -P ${NPROC} "${CLANG_FORMAT}" ${VERBOSITY} -i -style=file -fallback-style=none -git diff \ No newline at end of file +git diff