Skip to content

Commit

Permalink
Automated Spotless Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
team5338 committed Dec 1, 2024
1 parent 046a5ba commit c8468de
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/java/frc/robot/subsystems/Pneumatics.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
import edu.wpi.first.wpilibj2.command.SubsystemBase;

public class Pneumatics extends SubsystemBase {
DoubleSolenoid m_doubleSolenoid = new DoubleSolenoid(PneumaticsModuleType.CTREPCM, PneumaticConstants.kForwardChannel,
PneumaticConstants.kReverseChannel);
DoubleSolenoid m_doubleSolenoid = new DoubleSolenoid(PneumaticsModuleType.CTREPCM,
PneumaticConstants.kForwardChannel, PneumaticConstants.kReverseChannel);

// may want to add a toggle option
public void extendPiston() {
Expand Down

0 comments on commit c8468de

Please sign in to comment.