Skip to content

Commit 576c352

Browse files
committed
fix: no trailing space
1 parent 3d0b173 commit 576c352

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/blocks/WidgetBlocks.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1670,7 +1670,7 @@ function setupWidgetBlocks(activity) {
16701670

16711671
this.formBlock({ name: _("reflection"), canCollapse: true });
16721672
this.makeMacro((x, y) => [
1673-
[0, "reflection", x, y, [null, 1]],
1673+
[0, "reflection", x, y, [null, 1]],
16741674
[1, "print", 0, 0, [0,2,null]],
16751675
[2, ["text",{"value":"Reflective Learning"}], 0, 0, [1]]
16761676
]);

0 commit comments

Comments
 (0)