Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Apr 10, 2024
1 parent 46403e0 commit d9b43a0
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions wpiunits/src/main/java/edu/wpi/first/units/Units.java
Original file line number Diff line number Diff line change
Expand Up @@ -279,12 +279,10 @@ private Units() {
*/
public static final Voltage Millivolt = Millivolts; // alias

/**
* 1/12 of a {@link #Volt}.
*/
public static final Voltage DutyCycle =
/** 1/12 of a {@link #Volt}. */
public static final Voltage DutyCycle =
derive(Volt).splitInto(12).named("DutyCycle").make(); // alias

// Current
/** The base unit of electrical current. */
public static final Current Amps = BaseUnits.Current;
Expand Down

0 comments on commit d9b43a0

Please sign in to comment.