fix syntax errors
authorKevin Zhang <icestormf1@gmail.com>
Sun, 21 Feb 2016 22:35:27 +0000 (14:35 -0800)
committerHarel Dor <hareldor@gmail.com>
Tue, 23 Feb 2016 06:56:13 +0000 (22:56 -0800)
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();
-
     }
   }