Skip to content

Commit f8627bb

Browse files
committed
Fixed Spacing
1 parent 233208a commit f8627bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/utils/synthutils.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -365,7 +365,7 @@ const percussionInstruments = ["koto", "banjo", "dulcimer", "xylophone", "celest
365365
* @constant
366366
* @type {Array<string>}
367367
*/
368-
const stringInstruments = ["piano","harmonium","sitar", "guitar", "acoustic guitar", "electric guitar"];
368+
const stringInstruments = ["piano", "harmonium", "sitar", "guitar", "acoustic guitar", "electric guitar"];
369369
/**
370370
* Validates and sets parameters for an instrument.
371371
* @function

0 commit comments

Comments
 (0)