Skip to content

Commit

Permalink
fix: #23 bad indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
KEINOS committed Nov 23, 2021
1 parent 1c0cd97 commit 9356dde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/run-tests-coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ fi
# indentStdIn indents the STDIN given to the function
function indentStdIn() {
indent="\t"
while read -r line; do
while IFS= read -r line; do
echo -e "${indent}${line}"
done
echo
Expand Down

0 comments on commit 9356dde

Please sign in to comment.