[examples] Fix formatting (NFC) (#5420)

This commit is contained in:
Peter Johnson
2023-07-04 08:14:06 -06:00
committed by GitHub
parent fffe6a7b9a
commit 96145de7db

View File

@@ -17,7 +17,8 @@ class Pneumatics : frc2::SubsystemBase {
public:
Pneumatics();
/** Returns a command that disables the compressor indefinitely. */
[[nodiscard]] frc2::CommandPtr DisableCompressorCommand();
[[nodiscard]]
frc2::CommandPtr DisableCompressorCommand();
/**
* Query the analog pressure sensor.