Formatting fix

This commit is contained in:
Aidan Ferguson 2016-02-09 19:47:17 -05:00
parent 9ceafdec80
commit 0a5d0bf84d
1 changed files with 3 additions and 5 deletions

View File

@ -13,11 +13,9 @@
class Robot: public IterativeRobot
{
Talon left_drive;
Talon right_drive;
CANTalon shooter1;
CANTalon shooter2;
CANTalon ramp;
Talon left_drive, right_drive;
CANTalon shooter1, shooter2,
ramp;
RobotDrive drive;
Shooter shooter;
Joystick driver_stick, operator_stick;