From a37995b76f34a66f2049f5701fed197cb1f62ec6 Mon Sep 17 00:00:00 2001 From: Sam Carlberg Date: Sun, 5 Jan 2025 16:32:45 -0500 Subject: [PATCH] Minor comment reformatting --- src/main/java/frc/robot/Robot.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/main/java/frc/robot/Robot.java b/src/main/java/frc/robot/Robot.java index 9346b78..efe5297 100644 --- a/src/main/java/frc/robot/Robot.java +++ b/src/main/java/frc/robot/Robot.java @@ -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);