From c54045200af4677f40f7af138a3634b422b684ac Mon Sep 17 00:00:00 2001 From: Benjamin Hall Date: Fri, 25 Oct 2024 14:10:04 -0400 Subject: [PATCH] Formatting fix --- cpp/SwerveWithPathPlanner/src/main/cpp/Robot.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/cpp/SwerveWithPathPlanner/src/main/cpp/Robot.cpp b/cpp/SwerveWithPathPlanner/src/main/cpp/Robot.cpp index a8980db6..2afe3c52 100644 --- a/cpp/SwerveWithPathPlanner/src/main/cpp/Robot.cpp +++ b/cpp/SwerveWithPathPlanner/src/main/cpp/Robot.cpp @@ -12,7 +12,6 @@ Robot::Robot() {} void Robot::RobotPeriodic() { frc2::CommandScheduler::GetInstance().Run(); - /** * This example of adding Limelight is very simple and may not be sufficient for on-field use. * Users typically need to provide a standard deviation that scales with the distance to target