Skip to content

Commit

Permalink
style: format files
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Harad authored and github-actions[bot] committed Dec 5, 2024
1 parent 61ccb4c commit 1a7cb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -100,4 +100,4 @@ export type AutoAction = TeleAction | BunnyAction;
// For state machine
export type ItemInputState = 'Intake' | 'Score' | 'Eject' | 'None';
export type TeleInputState = TeleAction | ItemInputState;
export type AutoInputState = TeleInputState | BunnyAction;
export type AutoInputState = TeleInputState | BunnyAction;

0 comments on commit 1a7cb06

Please sign in to comment.