benfred / py-spy

Sampling profiler for Python programs
MIT License
12.16k stars 401 forks source link

Fix codestyle inconsistencies (cargo fmt) #554

Closed danog closed 1 year ago

danog commented 1 year ago

Also added a CI step that runs cargo fmt --check.

benfred commented 1 year ago

Thanks for the PR! There are a lot of changes to review here though - and while I doubt that you've changed anything beyond just running cargo fmt on the code, it's easier for me to just re-apply cargo fmt myself (which I've done as part of #590).