Fix style errors
[3501/2015-FRC-Spark] / src / org / usfirst / frc3501 / RiceCatRobot / OI.java
index 8477f98f21f6f7b8c9881a82422190d2ae60760e..bb7fbed113d4f7b207035607e3abe761b8eec4d9 100644 (file)
@@ -26,5 +26,6 @@ public class OI {
         toggleCompressor = new JoystickButton(rightJoystick,
                 RobotMap.TOGGLE_COMPRESSOR_PORT);
         toggleCompressor.whenPressed(new ToggleCompressor());
+
     }
-}
\ No newline at end of file
+}