Fix style errors
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / commands / MoveArmFor.java
index e94f859daed14fa52c341307dfd230ac1cbcba50..c082b2f5ae56cb285ec04f18e74b5f21f4beab7b 100644 (file)
@@ -57,5 +57,4 @@ public class MoveArmFor extends Command {
     protected void interrupted() {
         end();
     }
-
 }