Fix style errors
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / commands / DriveFor.java
index b9353114e9adcb434538d54bdad44b2c53cbafe5..6e61e616bd0bf16d4b09942224edef3c73908be4 100644 (file)
@@ -73,5 +73,4 @@ public class DriveFor extends Command {
     protected void interrupted() {
         end();
     }
-
-}
\ No newline at end of file
+}