mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-12 17:45:22 +00:00
editor: add newlines to end of template
This commit is contained in:
@@ -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<
|
||||
|
||||
Reference in New Issue
Block a user