Skip to content

Commit

Permalink
whitespace fix
Browse files Browse the repository at this point in the history
  • Loading branch information
narmstro2020 committed Dec 1, 2024
1 parent 2005c4d commit f9e7d98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wpiunits/src/main/java/edu/wpi/first/units/PowerUnit.java
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ public MutPower mutable(double initialMagnitude) {
*
* @param current the current unit to multiply by
* @return the power unit
*/
*/
public VoltageUnit per(CurrentUnit current) {
return VoltageUnit.combine(this, current);
}
Expand Down

0 comments on commit f9e7d98

Please sign in to comment.