reststs AND rustfmt changed whitespace

This commit is contained in:
Bel LaPointe
2026-03-11 15:32:22 -06:00
parent a2a5465fb0
commit beb6595f42
4 changed files with 285 additions and 263 deletions

View File

@@ -15,7 +15,7 @@ fn main() {
));
syn_seq.append(1, "3c1");
if let Some(play) = flags.play {
syn_seq.append(0, play);
syn_seq.append(0, play);
}
play(syn_seq, flags.sample_rate, flags.bpm);