Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Nov 19, 2024
1 parent ca33449 commit c2b20f2
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ class ProxyCommand : public CommandHelper<Command, ProxyCommand> {
* 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
Expand All @@ -61,7 +62,8 @@ class ProxyCommand : public CommandHelper<Command, ProxyCommand> {
* 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.")]]
Expand Down

0 comments on commit c2b20f2

Please sign in to comment.