Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTinker64 committed Oct 21, 2024
1 parent af41d8a commit ee07190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/frc/robot/subsystems/drive/DriveIO.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ public interface DriveIO {
public static class DriveIOInputs {
public double leftPosition = 0.0;
public double rightPosition = 0.0;

public double leftAppliedVolts = 0.0;
public double rightAppliedVolts = 0.0;
public double leftCurrentAmps = 0.0;
Expand Down

0 comments on commit ee07190

Please sign in to comment.