Skip to content

Commit fafb903

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents 9a5d1c5 + 6a268e1 commit fafb903

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

include/robot/auton.h

-1
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,5 @@ namespace Robot {
8383

8484
void Auton5(Intake &intake, Latch &latch);
8585

86-
8786
};
8887
}

src/routines/auton.cpp

+3-3
Original file line numberDiff line numberDiff line change
@@ -127,9 +127,9 @@ void Autonomous::AutoDrive(Intake &intake, Latch &latch) {
127127
Auton4(intake, latch);
128128
}
129129

130-
if(Autonomous::auton == 5){
131-
Auton5(intake, latch);
132-
}
130+
if(Autonomous::auton == 5) {
131+
Auton5(intake, latch)
132+
}
133133

134134
}
135135

0 commit comments

Comments
 (0)