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 07f619a commit d7b8dceCopy full SHA for d7b8dce
src/lib/ruby-to-blocks-converter/boost.js
@@ -118,7 +118,7 @@ const BoostConverter = {
118
this._isStringOrBlock(args[1]) &&
119
rubyBlockArgs && rubyBlockArgs.length === 0 &&
120
rubyBlock) {
121
- switch(args[0].value) {
+ switch (args[0].value) {
122
case 'boost_color':
123
block = this._createBlock('boost_whenColor', 'hat');
124
this._addInput(
0 commit comments