Remove useless space

pull/10/head
Michele Locati 2018-12-11 14:07:04 +01:00
parent 6b85bc3493
commit 79f6025d71
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ testNewExtensionLine () {
TESTS_RESULTS=0
ADDED_EXTENSION_LINE=
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)
do