diff options
author | Michael Allen <michael@michaelallen.io> | 2015-02-22 19:19:17 +0000 |
---|---|---|
committer | Michael Allen <michael@michaelallen.io> | 2015-02-22 19:19:17 +0000 |
commit | e91f893e79091369f89e0a38a523735744de5cce (patch) | |
tree | 1137e22c97b51c9721a69e1a31d73bbcf19144ef /test-files.sh | |
parent | 7f88ce5a93e3f3ea71c187e12dda6105a17ccfaa (diff) | |
download | git-sonar-e91f893e79091369f89e0a38a523735744de5cce.tar.gz git-sonar-e91f893e79091369f89e0a38a523735744de5cce.zip |
remove trailing whitespace
Diffstat (limited to 'test-files.sh')
-rwxr-xr-x | test-files.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test-files.sh b/test-files.sh index 50ccdcb..2d39023 100755 --- a/test-files.sh +++ b/test-files.sh @@ -20,7 +20,7 @@ test_untracked_files() { git init --quiet assertEquals "" "$(untracked_status)" - + touch foo assertEquals "1$untracked$added" "$(untracked_status)" |