mirror of
https://github.com/google/nomulus.git
synced 2025-04-29 19:47:51 +02:00
Remove extra space after bashslash (#743)
This commit is contained in:
parent
75341c738a
commit
19041e4db0
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
;;
|
||||
|
|
Loading…
Add table
Reference in a new issue