Skip to content
This repository was archived by the owner on Apr 17, 2021. It is now read-only.

Commit a6a4eb2

Browse files
author
GitHub Actions
committed
Google Java Format
1 parent a28c25a commit a6a4eb2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RobotCode2020/src/main/java/frc/robot/subsystems/Drivetrain.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
/** Drivetrain class w/ limelight vision tracking */
2828
public class Drivetrain extends Subsystem {
2929
// Drivetrain
30-
30+
3131
Spark leftMotor = new Spark(RobotMap.MOTOR_LEFT_ID);
3232
Spark rightMotor = new Spark(RobotMap.MOTOR_RIGHT_ID);
3333

0 commit comments

Comments
 (0)