prettier cleanup

This commit is contained in:
Clément Le Bihan
2023-09-14 17:22:09 +02:00
parent aaaf73f632
commit 58d761c359
3 changed files with 5 additions and 6 deletions
+1 -2
View File
@@ -24,7 +24,6 @@ export type PianoScoreInfo = {
streak: number;
};
export enum NoteTiming {
Perfect = 'Perfect',
Great = 'Great',
@@ -43,4 +42,4 @@ export type PianoCanvasContext = {
// Timestamp of the play session, in miliseconds
timestamp: number;
pressedKeys: Map<number, number>;
};
};