diff --git a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h index 1aab691b899..8a5ad2f281d 100644 --- a/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h +++ b/wpilibNewCommands/src/main/native/include/frc2/command/ProxyCommand.h @@ -44,8 +44,7 @@ class ProxyCommand : public CommandHelper { * using the AsProxy decorator. * @see DeferredCommand */ - explicit ProxyCommand( - wpi::unique_function supplier); + explicit ProxyCommand(wpi::unique_function supplier); /** * Creates a new ProxyCommand that schedules the supplied command when @@ -64,8 +63,7 @@ class ProxyCommand : public CommandHelper { * using the AsProxy decorator. * @see DeferredCommand */ - explicit ProxyCommand( - wpi::unique_function supplier); + explicit ProxyCommand(wpi::unique_function supplier); /** * Creates a new ProxyCommand that schedules the given command when