We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d15b458 commit 2a58af2Copy full SHA for 2a58af2
src/lib/ruby-to-blocks-converter/microbit.js
@@ -31,7 +31,7 @@ const MicroBitConverter = {
31
this._addFieldInput(
32
block, 'GESTURE', 'microbit_menu_gestures', 'gestures',
33
args[1], 'moved'
34
- )
+ );
35
this._setParent(rubyBlock, block);
36
}
37
break;
0 commit comments