From e9a9572a599ab1b336f1382754e65c97146d3b0f Mon Sep 17 00:00:00 2001 From: LilyMakesThings <127533508+LilyMakesThings@users.noreply.github.com> Date: Sun, 11 Feb 2024 20:46:36 +0000 Subject: [PATCH] Remove trailing spaces --- src/blocks/scratch3_control.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/blocks/scratch3_control.js b/src/blocks/scratch3_control.js index 8946e71efd2..7324c2d0266 100644 --- a/src/blocks/scratch3_control.js +++ b/src/blocks/scratch3_control.js @@ -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);