mirror of
https://github.com/wpilibsuite/allwpilib
synced 2026-06-19 00:41:43 +00:00
[examples] Fix formatting (NFC) (#5420)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user