From c1a73e497d07deb5def12b8068cbeeec1dabb5c7 Mon Sep 17 00:00:00 2001
From: Eric Rosenbaum <eric.rosenbaum@gmail.com>
Date: Tue, 29 Sep 2020 17:18:55 -0400
Subject: [PATCH] Remove trailing spaces

---
 src/containers/target-pane.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/containers/target-pane.jsx b/src/containers/target-pane.jsx
index 0f238587f..db93c86e0 100644
--- a/src/containers/target-pane.jsx
+++ b/src/containers/target-pane.jsx
@@ -229,7 +229,7 @@ class TargetPane extends React.Component {
             } else if (dragInfo.dragType === DragConstants.BACKPACK_CODE) {
                 fetchCode(dragInfo.payload.bodyUrl)
                     .then(blocks => this.shareBlocks(blocks, targetId))
-                    .then(() => this.props.vm.refreshWorkspace());            
+                    .then(() => this.props.vm.refreshWorkspace());
             }
         }
     }
-- 
GitLab