formatting

This commit is contained in:
2025-07-04 10:29:00 -07:00
parent c9d112f3fa
commit d705f57799
4 changed files with 34 additions and 36 deletions

View File

@ -66,7 +66,7 @@ class Pattern {
// Update the euclidean rhythm pattern using bitmap
void updatePattern() {
pattern_bitmap_ = 0; // Clear the bitmap
pattern_bitmap_ = 0; // Clear the bitmap
if (steps_ == 0) return;