refactor: review format and imports

This commit is contained in:
2026-05-11 07:53:28 +02:00
parent 8f0da378b0
commit cdc7df3e56
29 changed files with 30 additions and 37 deletions
+1 -1
View File
@@ -137,4 +137,4 @@ double tempo_total(const Tempo *tempo) {
double tempo_progress(const Tempo *tempo, double modulo) {
return fmod(tempo_total(tempo), modulo);
}
}