beeware / batavia

A JavaScript implementation of the Python virtual machine.
http://pybee.org/batavia
Other
1.39k stars 424 forks source link

Remove trailing whitespaces from Batavia #742

Closed EtiennePelletier closed 6 years ago

EtiennePelletier commented 6 years ago

Removed trailing whitespaces from Batavia using git grep -I --name-only -z -e '' | xargs -0 sed -i 's/[ \t]\+\(\r\?\)$/\1/' :smile:

PR Checklist: