From c2b20f29bfeb6cdae14bffa360d968be8e7a117a Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 19 Nov 2024 12:10:03 +0000 Subject: [PATCH] Formatting fixes --- .../src/main/native/include/frc2/command/ProxyCommand.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h index 9e048c28c9f..e83285a03d2 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h @@ -41,7 +41,8 @@ class ProxyCommand : public CommandHelper { * confusing and opens potential footguns for users who do not fully * understand the semantics and implications of proxying, but who simply want * runtime construction. Users who do know what they are doing and need a - * supplier-constructed proxied command should instead use use defer command on a proxied command. + * supplier-constructed proxied command should instead use use defer command + * on a proxied command. * @see DeferredCommand */ WPI_IGNORE_DEPRECATED @@ -61,7 +62,8 @@ class ProxyCommand : public CommandHelper { * confusing and opens potential footguns for users who do not fully * understand the semantics and implications of proxying, but who simply want * runtime construction. Users who do know what they are doing and need a - * supplier-constructed proxied command should instead use use defer command on a proxied command. + * supplier-constructed proxied command should instead use use defer command + * on a proxied command. * @see DeferredCommand */ [[deprecated("Defer a proxy command instead.")]]