Skip to content

Commit

Permalink
linted
Browse files Browse the repository at this point in the history
  • Loading branch information
Braykoff committed Oct 23, 2024
1 parent 0421ffc commit c13b870
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ public static double getInputCurrent() {
*
* @return The controller input current value in a measure.
*/
public static final Current getMeasureInputCurrent() {
public static Current getMeasureInputCurrent() {
return Amps.of(PowerJNI.getVinCurrent());
}

Expand All @@ -222,7 +222,7 @@ public static double getVoltage3V3() {
*
* @return The controller 3.3V rail voltage value in a measure.
*/
public static final Voltage getMeasureVoltage3V3() {
public static Voltage getMeasureVoltage3V3() {
return Volts.of(PowerJNI.getUserVoltage3V3());
}

Expand Down

0 comments on commit c13b870

Please sign in to comment.