fix syntax errors
[3501/stronghold-2016] / src / org / usfirst / frc / team3501 / robot / Robot.java
index 377b4af84d88c0729c91d2c57c0fb201b8814761..41b0defcce39ef1ed1144d677719d924f97ff270 100644 (file)
@@ -150,7 +150,6 @@ public class Robot extends IterativeRobot {
       Robot.shooter.extendPunch();
     } else {
       Robot.shooter.retractPunch();
-
     }
   }