Skip to content

Commit b8ec8cf

Browse files
fix: eslint formatting
1 parent 3bf0654 commit b8ec8cf

File tree

1 file changed

+12
-13
lines changed

1 file changed

+12
-13
lines changed

js/blocks/EnsembleBlocks.js

Lines changed: 12 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -90,19 +90,19 @@ function setupEnsembleBlocks(activity) {
9090
"ensemble",
9191
_THIS_IS_MUSIC_BLOCKS_
9292
? [
93-
_(
94-
"The Mouse index heap block returns a value in the heap at a specified location for a specified mouse."
95-
),
96-
"documentation",
97-
""
98-
]
93+
_(
94+
"The Mouse index heap block returns a value in the heap at a specified location for a specified mouse."
95+
),
96+
"documentation",
97+
""
98+
]
9999
: [
100-
_(
101-
"The Turtle index heap block returns a value in the heap at a specified location for a specified turtle."
102-
),
103-
"documentation",
104-
""
105-
]
100+
_(
101+
"The Turtle index heap block returns a value in the heap at a specified location for a specified turtle."
102+
),
103+
"documentation",
104+
""
105+
]
106106
);
107107

108108
const formOptions = {
@@ -251,7 +251,6 @@ function setupEnsembleBlocks(activity) {
251251
}
252252

253253
flow(args, logo, turtle, blk, receivedArg, actionArgs, isflow) {
254-
255254
if (args[0] === null) {
256255
activity.errorMsg(NOINPUTERRORMSG, blk);
257256
return;

0 commit comments

Comments
 (0)