Skip to content

Commit

Permalink
style(maintenance_scripts: lint): improve formatting of debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Mar 15, 2024
1 parent 5aaa74b commit 2a11e72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion maintenance_scripts/lint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ do
done
shift $((OPTIND - 1))
if [[ -n "$*" ]] ; then
printf "Remaining arguments are: %s\n$*"
printf "\nRemaining arguments are: %s\n$*\n\n"
fi


Expand Down

0 comments on commit 2a11e72

Please sign in to comment.