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 Mar 12, 2024
1 parent a6e2a23 commit 7c2b556
Showing 1 changed file with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ class ProxyCommand : public CommandHelper<Command, ProxyCommand> {
* using the <code>AsProxy</code> decorator.
* @see DeferredCommand
*/
explicit ProxyCommand(
wpi::unique_function<Command*()> supplier);
explicit ProxyCommand(wpi::unique_function<Command*()> supplier);

/**
* Creates a new ProxyCommand that schedules the supplied command when
Expand All @@ -64,8 +63,7 @@ class ProxyCommand : public CommandHelper<Command, ProxyCommand> {
* using the <code>AsProxy</code> decorator.
* @see DeferredCommand
*/
explicit ProxyCommand(
wpi::unique_function<CommandPtr()> supplier);
explicit ProxyCommand(wpi::unique_function<CommandPtr()> supplier);

/**
* Creates a new ProxyCommand that schedules the given command when
Expand Down

0 comments on commit 7c2b556

Please sign in to comment.