Skip to content

Commit

Permalink
more lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 1, 2024
1 parent 567750b commit 6884b58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/engine/runtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -1225,7 +1225,7 @@ class Runtime extends EventEmitter {
outputShape: menuInfo.acceptReporters ?
ScratchBlocksConstants.OUTPUT_SHAPE_ROUND : ScratchBlocksConstants.OUTPUT_SHAPE_SQUARE,
args0: [
{ // to do: we could reimplement field_numberdropdown here really easily
{// to do: we could reimplement field_numberdropdown here really easily
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,
Expand Down

0 comments on commit 6884b58

Please sign in to comment.