Remove useless space
parent
6b85bc3493
commit
79f6025d71
|
@ -103,7 +103,7 @@ testNewExtensionLine () {
|
||||||
TESTS_RESULTS=0
|
TESTS_RESULTS=0
|
||||||
ADDED_EXTENSION_LINE=
|
ADDED_EXTENSION_LINE=
|
||||||
FOUND_ATAT=
|
FOUND_ATAT=
|
||||||
IFS='
|
IFS='
|
||||||
'
|
'
|
||||||
for DIFF_LINE in $(git -C "${TRAVIS_BUILD_DIR}" diff --no-indent-heuristic --minimal --no-color --word-diff=none -no-renames --unified=0 "${TRAVIS_COMMIT_RANGE:-}" -- data/supported-extensions)
|
for DIFF_LINE in $(git -C "${TRAVIS_BUILD_DIR}" diff --no-indent-heuristic --minimal --no-color --word-diff=none -no-renames --unified=0 "${TRAVIS_COMMIT_RANGE:-}" -- data/supported-extensions)
|
||||||
do
|
do
|
||||||
|
|
Loading…
Reference in New Issue