Skip to content
This repository has been archived by the owner on Apr 20, 2024. It is now read-only.

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Owen756 committed Apr 7, 2024
1 parent 38860ed commit af7b379
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/note_manager/NoteManager.java
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@ public void robotPeriodic() {
}
break;
case UNJAM:
state = NoteState.UNJAM;
break;
state = NoteState.UNJAM;
break;
}
}

Expand Down

0 comments on commit af7b379

Please sign in to comment.