From 546cfada9a8d6a0c276e7089fa4e6b721bf250ba Mon Sep 17 00:00:00 2001 From: Kevin Zhang Date: Sun, 21 Feb 2016 14:35:27 -0800 Subject: [PATCH 1/1] fix syntax errors --- src/org/usfirst/frc/team3501/robot/Robot.java | 1 - 1 file changed, 1 deletion(-) diff --git a/src/org/usfirst/frc/team3501/robot/Robot.java b/src/org/usfirst/frc/team3501/robot/Robot.java index 377b4af8..41b0defc 100644 --- a/src/org/usfirst/frc/team3501/robot/Robot.java +++ b/src/org/usfirst/frc/team3501/robot/Robot.java @@ -150,7 +150,6 @@ public class Robot extends IterativeRobot { Robot.shooter.extendPunch(); } else { Robot.shooter.retractPunch(); - } } -- 2.30.2