Skip to content

Commit

Permalink
Minor comment reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
SamCarlberg committed Jan 5, 2025
1 parent d506036 commit a37995b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/main/java/frc/robot/Robot.java
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ public Robot() {

Epilogue.configure(
config -> {
// TODO: Set up the epilogue data logging configuration
// By default, data will only be logged to network tables. We should log to disk if
// there's a USB drive plugged in
// TODO: Set up the epilogue data logging configuration.
// By default, data will only be logged to network tables.
// We should log to disk if there's a USB drive plugged in
});

Epilogue.bind(this);
Expand Down

0 comments on commit a37995b

Please sign in to comment.