Skip to content

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
GearBoxFox committed Mar 17, 2024
1 parent f424b0d commit 282c1c9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/main/java/frc/robot/subsystems/arm/ArmSubsystem.java
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ public enum ArmState {
private ArmState m_desiredState = ArmState.STOW;
private ArmState m_currentState = ArmState.DISABLED;


private final DataLogUtil.DataLogTable logUtil = DataLogUtil.getTable("Arm");

private final ArmVisualizer m_setpointVisualizer;
Expand Down Expand Up @@ -277,4 +276,3 @@ public Command setWristPowerFactory(double power) {
() -> m_io.setWristVoltage(0.0));
}
}

0 comments on commit 282c1c9

Please sign in to comment.