mirror of
https://github.com/google/nomulus
synced 2026-01-03 03:35:42 +00:00
Remove extra space after bashslash (#743)
This commit is contained in:
@@ -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)
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user