Skip to content

Commit bf49398

Browse files
Nathanael7639github-actions[bot]
authored andcommitted
Automatically applied spotless
1 parent 6872fba commit bf49398

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/frc/robot/subsystems/Uptake.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ public boolean isAtRPMsetpoint() {
111111
return getAbsoluteRPMerror() <= UPTAKE.kVelocityErrorThreshold;
112112
}
113113

114-
public double getAbsoluteRPMerror(){
114+
public double getAbsoluteRPMerror() {
115115
return Math.abs(getRPMerror());
116116
}
117117

0 commit comments

Comments
 (0)