Remove trailing whitespace

Remove trailing whitespace from all rust source files.

Done with:

find . -name *.rs | xargs perl -pli -e "s/\s*$//"
This commit is contained in:
Tobin Harding 2022-01-24 11:24:32 +11:00
parent efa9555ebd
commit 1c502399f1
3 changed files with 14 additions and 14 deletions