From: Kevin Zhang Date: Sun, 21 Feb 2016 22:35:27 +0000 (-0800) Subject: fix syntax errors X-Git-Url: http://challenge-bot.com/repos/?p=3501%2Fstronghold-2016;a=commitdiff_plain;h=546cfada9a8d6a0c276e7089fa4e6b721bf250ba fix syntax errors --- 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(); - } }