mirror of
https://github.com/google/nomulus.git
synced 2025-05-20 03:09:33 +02:00
Remove extra space after bashslash (#743)
This commit is contained in:
parent
d7fb6097ba
commit
915405b735
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
Add a link
Reference in a new issue