mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-07-02 02:51:42 +00:00
[ci] Upgrade to wpiformat 2026.56 (#8666)
This commit is contained in:
@@ -12,8 +12,8 @@ using namespace wpi::cmd;
|
||||
|
||||
PrintCommand::PrintCommand(std::string_view message)
|
||||
: CommandHelper{
|
||||
[str = std::string(message)] { wpi::util::print("{}\n", str); },
|
||||
{}} {}
|
||||
[str = std::string(message)] { wpi::util::print("{}\n", str); }, {}} {
|
||||
}
|
||||
|
||||
bool PrintCommand::RunsWhenDisabled() const {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user