Skip to content

Commit 8588c94

Browse files
committed
space after comma
1 parent 4fa01dd commit 8588c94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/SaveInterface.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@ class SaveInterface {
425425
generateMidi(data);
426426
activity.logo._midiData = {};
427427
document.body.style.cursor = "default";
428-
},500);
428+
}, 500);
429429
}
430430

431431
/**

0 commit comments

Comments
 (0)