Skip to content

Commit bceff57

Browse files
committed
missing space =(
1 parent 7b77e22 commit bceff57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ install:
4040
fi
4141
if [ "$TRAVIS_OS_NAME" == "windows" ]; then
4242
choco install windows-sdk-10.0
43-
find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout'\) -exec dos2unix '{}' +
43+
find tests/ui/* \( -name '*.rs' -or -name '*.stderr' -or -name '*.stdout' \) -exec dos2unix '{}' +
4444
fi
4545
fi
4646

0 commit comments

Comments
 (0)