make so does not crash
[3501/3501-spark-go] / src / org / usfirst / frc / team3501 / robot / commands / DriveWithJoysticks.java
index 5e935c97e0c99294eb9c32411107883a3a2fcc18..79d687d454a1621a862046db4671b4c4d42508a0 100644 (file)
@@ -6,6 +6,7 @@ public class DriveWithJoysticks extends Command {
 
     public DriveWithJoysticks() {
         super("DriveWithJoysticks");
+
         requires(drivetrain);
     }