editor: add newlines to end of template

This commit is contained in:
David Lechner
2021-12-27 12:38:51 -06:00
parent 0cc577faad
commit 0759a0878f
+3 -1
View File
@@ -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<