Skip to content

Commit 3c82906

Browse files
committed
remove whitespace
1 parent f3a69f0 commit 3c82906

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

ArmBot/subsystems/drivesubsystem.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ class DriveSubsystem(commands2.Subsystem):
1515
# Creates a new DriveSubsystem
1616
def __init__(self) -> None:
1717
super().__init__()
18-
18+
1919
# The motors on the left side of the drive.
2020
self.left1 = PWMSparkMax(constants.DriveConstants.kLeftMotor1Port)
2121
self.left2 = PWMSparkMax(constants.DriveConstants.kLeftMotor2Port)

GyroDriveCommands/subsystems/drivesubsystem.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ def __init__(self) -> None:
1717
"""Creates a new DriveSubsystem"""
1818
super().__init__()
1919

20-
2120
# The motors on the left side of the drive.
2221
self.left1 = PWMSparkMax(constants.DriveConstants.kLeftMotor1Port)
2322
self.left2 = PWMSparkMax(constants.DriveConstants.kLeftMotor2Port)

0 commit comments

Comments
 (0)