update robot.java with the new constants
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / Robot.java
index bff0bb410d94dbf23b77cdd6ebc1e1f8cadbce14..71c9e01160d2189ead634e8a68ac330a7038ca6a 100644 (file)
@@ -77,7 +77,6 @@ public class Robot extends IterativeRobot {
     driveTrain.getGyroController().setName("Gyro");
 
     driveTrain.getDriveController().setConstants(driveP, driveI, driveD);
-
   }
 
   @Override