Skip to content

Commit

Permalink
lint (oops)
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 1, 2024
1 parent 7573aa1 commit 567750b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1226,7 +1226,8 @@ class Runtime extends EventEmitter {
ScratchBlocksConstants.OUTPUT_SHAPE_ROUND : ScratchBlocksConstants.OUTPUT_SHAPE_SQUARE,
args0: [
{ // to do: we could reimplement field_numberdropdown here really easily

Check failure on line 1228 in src/engine/runtime.js

View workflow job for this annotation

GitHub Actions / build

Multiple spaces found before '// to do: we c...'
type: menuInfo.acceptText ? 'field_textdropdown' : 'field_dropdown',
type: menuInfo.acceptText ?

Check failure on line 1229 in src/engine/runtime.js

View workflow job for this annotation

GitHub Actions / build

Trailing spaces not allowed
'field_textdropdown' : 'field_dropdown',
name: menuName,
options: menuItems
}
Expand Down Expand Up @@ -1633,7 +1634,6 @@ class Runtime extends EventEmitter {
let valueName;
let shadowType;
let fieldName;
let allowText;
if (argInfo.menu) {
const menuInfo = context.categoryInfo.menuInfo[argInfo.menu];
if (menuInfo.acceptReporters) {
Expand Down

0 comments on commit 567750b

Please sign in to comment.