code review changes and add code for braking cantalons
[3501/2017steamworks] / src / org / usfirst / frc / team3501 / robot / commands / shooter / RunIndexWheelContinuous.java
index d2d386ab040422c72ac3a7863dcc7d8262022f67..815577e24d63cfde14158f23d4d66400b75a636e 100644 (file)
@@ -53,7 +53,6 @@ public class RunIndexWheelContinuous extends Command {
   @Override
   protected boolean isFinished() {
     return false;
-
   }
 
 }