Skip to content

Commit 012a4dc

Browse files
authored
Update tuning.ts
I removed the extra spaces.
1 parent 3c5209d commit 012a4dc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/tuning.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ export class Tuning {
1515
dropd: 'E/5,B/4,G/4,D/4,A/3,D/3',
1616
eb: 'Eb/5,Bb/4,Gb/4,Db/4,Ab/3,Db/3',
1717
standardBanjo: 'D/5,B/4,G/4,D/4,G/5',
18-
doubleCBanjo: 'D/5, C/5,G/4,C/4,G/5',
19-
doubleDBanjo: 'E/5, D/5,A/4, D/4, A/5',
20-
sawmillBanjo: 'D/5,C/5, G/4, D/4,G/5',
18+
doubleCBanjo: 'D/5,C/5,G/4,C/4,G/5',
19+
doubleDBanjo: 'E/5,D/5,A/4,D/4,A/5',
20+
sawmillBanjo: 'D/5,C/5,G/4,D/4,G/5',
2121
};
2222
}
2323

0 commit comments

Comments
 (0)