Skip to content

Commit

Permalink
final lint
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 1, 2024
1 parent 6884b58 commit 77efd4b
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 @@ -1226,7 +1226,7 @@ class Runtime extends EventEmitter {
ScratchBlocksConstants.OUTPUT_SHAPE_ROUND : ScratchBlocksConstants.OUTPUT_SHAPE_SQUARE,
args0: [
{// to do: we could reimplement field_numberdropdown here really easily
type: menuInfo.acceptText ?
type: menuInfo.acceptText ?
'field_textdropdown' : 'field_dropdown',
name: menuName,
options: menuItems
Expand Down

0 comments on commit 77efd4b

Please sign in to comment.