ozankasikci / rust-music-theory

A music theory guide written in Rust.
MIT License
626 stars 28 forks source link

feat: add quality of life additions #38

Closed timvancann closed 2 weeks ago

timvancann commented 1 month ago

Ran rustfmt on code base and added cargo fmt --check to pipeline

ozankasikci commented 1 month ago

Hi @timvancann , thanks for the PR!

It seems that there are some nice additions to the codebase in the PR, however, formatting changes make it hard to review the actual changes. Would it be possible to remove the irrelevant changes and only leave the changes for the scales and intervals?

timvancann commented 1 month ago

Hi @ozankasikci,

Good point, I've removed all formatting changes.

Cheers!

ozankasikci commented 2 weeks ago

Thanks @timvancann ! LGTM, merged.