Skip to content

Commit 2a58af2

Browse files
rikutonstakaokouji
andauthored
Update src/lib/ruby-to-blocks-converter/microbit.js
Co-Authored-By: Kouji Takao <[email protected]>
1 parent d15b458 commit 2a58af2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/ruby-to-blocks-converter/microbit.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const MicroBitConverter = {
3131
this._addFieldInput(
3232
block, 'GESTURE', 'microbit_menu_gestures', 'gestures',
3333
args[1], 'moved'
34-
)
34+
);
3535
this._setParent(rubyBlock, block);
3636
}
3737
break;

0 commit comments

Comments
 (0)