From 1b4ab4be02457d059ae6c5b188bf983ee3919584 Mon Sep 17 00:00:00 2001 From: Henry W <164814454+GitCloneHenry@users.noreply.github.com> Date: Thu, 24 Oct 2024 13:40:53 -0600 Subject: [PATCH] Added new line to end of robotcontainer.py --- examples/maxswerve/robotcontainer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/maxswerve/robotcontainer.py b/examples/maxswerve/robotcontainer.py index 569396c..f03dd1b 100644 --- a/examples/maxswerve/robotcontainer.py +++ b/examples/maxswerve/robotcontainer.py @@ -123,4 +123,4 @@ def getAutonomousCommand(self) -> commands2.Command: lambda: self.robotDrive.drive(0, 0, 0, False, False), self.robotDrive, ) - ) \ No newline at end of file + )