File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/lib/ruby-to-blocks-converter Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -94,7 +94,7 @@ const EV3Converter = {
9494 args . length === 2 && args [ 0 ] . type === 'sym' &&
9595 rubyBlockArgs && rubyBlockArgs . length === 0 &&
9696 rubyBlock ) {
97- switch ( args [ 0 ] . value ) {
97+ switch ( args [ 0 ] . value ) {
9898 case 'ev3_button_pressed' :
9999 if ( this . _isStringOrBlock ( args [ 1 ] ) ) {
100100 block = this . _createBlock ( 'ev3_whenButtonPressed' , 'hat' ) ;
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ import MeshConverter from './mesh';
2929import SmalrubotS1Converter from './smalrubot_s1' ;
3030import BoostConverter from './boost' ;
3131import TranslateConverter from './translate' ;
32- import MakeyMakeyConverter from './makeymakey'
32+ import MakeyMakeyConverter from './makeymakey' ;
3333
3434const messages = defineMessages ( {
3535 couldNotConvertPremitive : {
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ const MakeyMakeyConverter = {
2929 if ( this . _isStringOrBlock ( args [ 1 ] ) ) {
3030 block = this . _createBlock ( 'makeymakey_whenCodePressed' , 'hat' ) ;
3131 this . _addInput (
32- block ,
32+ block ,
3333 'SEQUENCE' ,
3434 this . _createFieldBlock ( 'makeymakey_menu_SEQUENCE' , 'SEQUENCE' , args [ 1 ] )
3535 ) ;
You can’t perform that action at this time.
0 commit comments