noop: Whitespace changes only.

./.editorconfig is already set correctly.
This commit is contained in:
Daniel Shahaf
2020-02-22 14:31:18 +00:00
parent dc70e89bfd
commit 4a043b4d15
2 changed files with 4 additions and 4 deletions

View File

@@ -206,7 +206,7 @@ run_test() {
local ret=$pipestatus[1] stderr=$pipestatus[2]
if (( ! stderr )); then
# stdout will become stderr
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
echo "Bail out! On ${(qq)1}: output on stderr"; return 1
else
return $ret
fi