style: Format code for consistency and readability across database and note positioning files
This commit is contained in:
@@ -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]);
|
||||
});
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user