style: Format code for consistency and readability across database and note positioning files

This commit is contained in:
2026-05-22 17:31:49 +02:00
parent 729e575a60
commit 814f8f7c04
4 changed files with 62 additions and 58 deletions
+2 -5
View File
@@ -14,10 +14,7 @@ void main() {
midpointNotePosition(higherPosition: 20000, lowerPosition: 10000),
15000,
);
expect(
midpointNotePosition(higherPosition: 2, lowerPosition: 1),
isNull,
);
expect(midpointNotePosition(higherPosition: 2, lowerPosition: 1), isNull);
expect(rebalanceNotePositions(3), <int>[20000, 10000, 0]);
});
}
}