bioutils icon indicating copy to clipboard operation
bioutils copied to clipboard

chore: remove whitespace

Open jsstevenson opened this issue 9 months ago • 0 comments

Cribbing description from https://github.com/biocommons/hgvs/pull/737

A lot of modern editors will auto-trim trailing whitespace upon save. Unfortunately, if there's a pesky space or two hanging around on some old file, then a new commit might create an unrelated edit on that line simply by making a functional change elsewhere in the file. This PR gets this out of the way for every .py file.

jsstevenson avatar May 21 '24 18:05 jsstevenson