Struggleton / TitleScreenBGM

A rust plugin for Smash Ultimate to play music on the title screen
0 stars 0 forks source link

Run cargo fmt #4

Closed ThatNintendoNerd closed 7 months ago

ThatNintendoNerd commented 7 months ago

This is more of a nitpick than an actual issue with the code, but there are a couple places where indentation is improper or inconsistent (namely here and here), potentially making it a bit more difficult for a third-party reader to understand the code. Running rustfmt on the project will format the code to meet a standard defined by the Rust community. Some changes will include converting tabs to spaces, ensuring proper levels of indentation, and moving some code to new lines if deemed too long. Settings can be configured if you're not happy with the defaults.

Struggleton commented 7 months ago

Thanks! I wasn't aware of that component - that's really useful. Fixed in commit 7214d24b1d3e0f3a72ccf7ee6a1a40f4b9eb6679