Skip to content

Commit 7bdaddc

Browse files
after running prettier
1 parent f00510e commit 7bdaddc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/blocks/__tests__/GraphicsBlocks.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -196,4 +196,4 @@ describe("GraphicsBlocks", () => {
196196
block.flow([90, 100], logo, turtle, 1);
197197
expect(turtleObj.painter.doArc).toHaveBeenCalledWith(90, 100);
198198
});
199-
});
199+
});

0 commit comments

Comments
 (0)