Skip to content

Commit

Permalink
Remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
LilyMakesThings authored Feb 11, 2024
1 parent 8f2fa68 commit e9a9572
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/blocks/scratch3_control.js
Original file line number Diff line number Diff line change
Expand Up @@ -194,8 +194,8 @@ class Scratch3ControlBlocks {

allAtOnce (args, util) {
// In Scratch 3.0 and TurboWarp, this would simply
// run the contained substack. In Unsandboxed,
// we've reimplemented the intended functionality
// run the contained substack. In Unsandboxed,
// we've reimplemented the intended functionality
// of running the stack all in one frame.
util.thread.peekStackFrame().warpMode = false;
util.startBranch(1, false);
Expand Down

0 comments on commit e9a9572

Please sign in to comment.