Skip to content

Commit 1b4ab4b

Browse files
Added new line to end of robotcontainer.py
1 parent 3a29515 commit 1b4ab4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/maxswerve/robotcontainer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,4 +123,4 @@ def getAutonomousCommand(self) -> commands2.Command:
123123
lambda: self.robotDrive.drive(0, 0, 0, False, False),
124124
self.robotDrive,
125125
)
126-
)
126+
)

0 commit comments

Comments
 (0)