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 Sep 3, 2023
1 parent 5d4c9e1 commit c1e803d
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,15 +143,17 @@ CommandPtr Print(std::string_view msg);
*
* @param supplier the command supplier
*/
[[nodiscard]] CommandPtr Proxy(wpi::unique_function<Command*()> supplier);
[[nodiscard]]
CommandPtr Proxy(wpi::unique_function<Command*()> supplier);

/**
* Constructs a command that schedules the supplied command when initialized,
* and ends when it is no longer scheduled
*
* @param supplier the command supplier
*/
[[nodiscard]] CommandPtr Proxy(wpi::unique_function<CommandPtr()> supplier);
[[nodiscard]]
CommandPtr Proxy(wpi::unique_function<CommandPtr()> supplier);

// Idling Commands

Expand Down

0 comments on commit c1e803d

Please sign in to comment.