Skip to content

Commit

Permalink
spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
kirbt committed Mar 21, 2024
1 parent 992dccb commit 3cfb860
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/java/frc/team2412/robot/util/AutonomousField.java
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ public static void configureShuffleboardTab(
.withSize(3, 1)
.getEntry();

tab.addDouble("Est. Time", AutoLogic::getEstimatedAutoDuration).withPosition(columnIndex, rowIndex + 3);
tab.addDouble("Est. Time", AutoLogic::getEstimatedAutoDuration)
.withPosition(columnIndex, rowIndex + 3);

// StringSubscriber activeAutoSub =
// NetworkTableInstance.getDefault()
Expand Down

0 comments on commit 3cfb860

Please sign in to comment.