preaction / Minion-Backend-mysql

MySQL backend for the 🐙 Minion job runner
Other
7 stars 14 forks source link

Purge trailing whitespace #13

Closed paultcochrane closed 6 years ago

paultcochrane commented 6 years ago

Trailing whitespace is seen in some projects as bad practice (e.g. the Linux kernel) and is hence explicitly forbidden; other projects see its removal as plain nit-picking. This PR is submitted in the hope that it is helpful, however if you don't see any need to remove such whitespace I'm happy if you close the PR as unmerged.

coveralls commented 6 years ago

Coverage Status

Coverage remained the same at 96.875% when pulling 114b18035d6238a17055b32c738fcd7ec0760608 on paultcochrane:pr/remove-trailing-whitespace into bbd75b219ef8bb022a6725ec44f1b177a0947c6a on preaction:master.

preaction commented 6 years ago

This is fine, but the LICENSE file is auto-generated by Dist::Zilla, so the whitespace will return. That doesn't largely matter, and I'll merge this as-is.