Skip to content

Commit d7b8dce

Browse files
committed
ciで通らなかったところを修正
1 parent 07f619a commit d7b8dce

File tree

1 file changed

+1
-1
lines changed
  • src/lib/ruby-to-blocks-converter

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ const BoostConverter = {
118118
this._isStringOrBlock(args[1]) &&
119119
rubyBlockArgs && rubyBlockArgs.length === 0 &&
120120
rubyBlock) {
121-
switch(args[0].value) {
121+
switch (args[0].value) {
122122
case 'boost_color':
123123
block = this._createBlock('boost_whenColor', 'hat');
124124
this._addInput(

0 commit comments

Comments
 (0)