Change SetMotorValue
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / climber / RunWinchContinuous.java
index 1a9e2d68a1a0eda046128a632350abbdea075ddc..e0a6700115c1b77234cb3d14db5e516b7a3e64ae 100644 (file)
@@ -34,7 +34,6 @@ public class RunWinchContinuous extends Command {
   @Override
   protected void initialize() {
     Robot.getDriveTrain().setMotorValues(motorVal, motorVal);
-
   }
 
   @Override