Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
nlaverdure committed Jan 25, 2025
1 parent e6ea906 commit 8046777
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/lib/AutoSelector.java
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ public void disabledPeriodic() {

public Optional<Pose2d> getInitialPose() {
return currentAutoOption.isPresent()
? currentAutoOption.get().getInitialPose()
: Optional.empty();
? currentAutoOption.get().getInitialPose()
: Optional.empty();
}
}

0 comments on commit 8046777

Please sign in to comment.