Remove extra space after bashslash (#743)

This commit is contained in:
Lai Jiang 2020-08-04 20:00:46 -04:00 committed by GitHub
parent 75341c738a
commit 19041e4db0

View file

@ -69,7 +69,7 @@ function callGoogleJavaFormatDiff() {
"format")
showNoncompliantFiles "$forkPoint" "\033[1mReformatting: "
callResult=$(git diff -U0 ${forkPoint} | \
${SCRIPT_DIR}/google-java-format-diff.py \
${SCRIPT_DIR}/google-java-format-diff.py \
--google-java-format-jar "${SCRIPT_DIR}/${JAR_NAME}" \
-p1 -i)
;;