Make style edits
authorEvanYap <evanyap.14@gmail.com>
Thu, 21 Jan 2016 04:46:48 +0000 (20:46 -0800)
committerKevin Zhang <icestormf1@gmail.com>
Sat, 23 Jan 2016 03:37:35 +0000 (19:37 -0800)
src/org/usfirst/frc/team3501/robot/commands/ShooterTest.java

index 44a3686817620031770f3bd50df74bb08433d875..07593250789935dd8b748a4f0e4542a08188a20a 100644 (file)
@@ -16,7 +16,6 @@ public class ShooterTest extends Command {
 
   @Override
   protected void initialize() {
-
     Robot.shooter.setSpeed(0.5);
 
   }