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
+1 -1
View File
@@ -43,4 +43,4 @@ List<int> rebalanceNotePositions(int itemCount) {
itemCount,
(int index) => (itemCount - 1 - index) * notePositionStep,
);
}
}