Skip to content

Commit f0f15b0

Browse files
committed
spotless
1 parent ba13690 commit f0f15b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/robot/subsystems/robotState/RobotStateSubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -309,7 +309,7 @@ public void toPrepCoral() {
309309

310310
public void toPlaceCoralAuto() {
311311
isAutoReadyForEject = true;
312-
if(elevatorSubsystem.isFinished()) toPlaceCoral();
312+
if (elevatorSubsystem.isFinished()) toPlaceCoral();
313313
else toReefAlign(getAlgaeOnCycle, isAutoPlacing);
314314
}
315315

0 commit comments

Comments
 (0)