Skip to content

Commit

Permalink
Formatting fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored and spacey-sooty committed Apr 9, 2024
1 parent 0a3ff04 commit 54bf732
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -192,9 +192,9 @@ public Rotation2d rotateBy(Rotation2d other) {
*
* @return The measure of the Rotation2d.
*/
public Measure<Angle> getMeasure() {
return Radians.of(getRadians());
}
public Measure<Angle> getMeasure() {
return Radians.of(getRadians());
}

/**
* Returns the radian value of the Rotation2d.
Expand Down

0 comments on commit 54bf732

Please sign in to comment.