Skip to content

Commit

Permalink
ESLint fix
Browse files Browse the repository at this point in the history
I somehow managed to miss a single space
  • Loading branch information
yuri-kiss authored Jul 11, 2024
1 parent a602fb7 commit 7d36b47
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 @@ -1427,7 +1427,7 @@ class Runtime extends EventEmitter {
blockJSON.nextStatement = null; // null = available connection; undefined = terminal
}
break;
case BlockType.INLINE:
case BlockType.INLINE:
blockJSON.output = null;
blockInfo.disableMonitor = true;
blockInfo.branchCount = blockInfo.branchCount || 1;
Expand Down

0 comments on commit 7d36b47

Please sign in to comment.