From 0759a0878fc6d963b7d0695b123a7ee6b7deea9a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Mon, 27 Dec 2021 10:41:57 -0600 Subject: [PATCH] editor: add newlines to end of template --- src/editor/pybricksMicroPython.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/editor/pybricksMicroPython.ts b/src/editor/pybricksMicroPython.ts index 4dcf7017..37b18e05 100644 --- a/src/editor/pybricksMicroPython.ts +++ b/src/editor/pybricksMicroPython.ts @@ -260,7 +260,9 @@ from pybricks.parameters import Button, Color, Direction, Port, Stop from pybricks.robotics import DriveBase from pybricks.tools import wait, StopWatch -hub = ${hubName}()`; +hub = ${hubName}() + +`; } const templateSnippets: Array<