Skip to content

Commit 37cc91b

Browse files
committed
Fix formatting
1 parent 56686e8 commit 37cc91b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/frc/team2767/deepspace/subsystem/safety/SafetySubsystem.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ private ElevatorPosition elevatorLimit(
174174
case BISCUIT_120R:
175175
case BISCUIT_120L_180L:
176176
case BISCUIT_120R_180R:
177-
case BISCUIT_360:
177+
case BISCUIT_360:
178178
elevatorPosition = ELEVATOR_21;
179179
break;
180180
}

0 commit comments

Comments
 (0)