Skip to content

Commit 654380c

Browse files
committed
style: use single quotes to fix lint
1 parent 30afc3c commit 654380c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/scratch-gui/src/lib/blocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -314,7 +314,7 @@ export default function (vm, useCatBlocks) {
314314
};
315315

316316
ScratchBlocks.FieldNote.playNote_ = function (noteNum, extensionId) {
317-
vm.runtime.emit("PLAY_NOTE", noteNum, extensionId);
317+
vm.runtime.emit('PLAY_NOTE', noteNum, extensionId);
318318
};
319319

320320
// Use a collator's compare instead of localeCompare which internally

0 commit comments

Comments
 (0)