Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
rvilarl committed Jul 2, 2021
1 parent 5a4d0a9 commit b9455f5
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions src/keymanager.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,9 +68,7 @@ export class KeyManager {
return this;
}

getAccidental(
key: string
): {
getAccidental(key: string): {
note: string;
accidental?: string;
change?: boolean;
Expand All @@ -84,9 +82,7 @@ export class KeyManager {
};
}

selectNote(
note: string
): {
selectNote(note: string): {
note: string;
accidental?: string;
change: boolean;
Expand Down

0 comments on commit b9455f5

Please sign in to comment.