From 2613107be07e184452cc1317a8c95d7e70eadbae Mon Sep 17 00:00:00 2001 From: Jade Turner Date: Tue, 3 Dec 2024 10:17:23 +0800 Subject: [PATCH] newline Signed-off-by: Jade Turner --- .../src/main/native/include/frc2/command/CommandScheduler.h | 1 + 1 file changed, 1 insertion(+) diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/CommandScheduler.h b/wpilibNewCommands/src/main/native/include/frc2/command/CommandScheduler.h index 7572faba828..536905f996f 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/CommandScheduler.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/CommandScheduler.h @@ -24,6 +24,7 @@ namespace frc2 { class Command; class CommandPtr; class Subsystem; + /** * The scheduler responsible for running Commands. A Command-based robot should * call Run() on the singleton instance in its periodic block in order to run