Skip to content

Commit

Permalink
Run 'scalafmt'.
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinwei committed Aug 13, 2024
1 parent a03af27 commit 0db8370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ object Radians:
def invert: Radians =
negative

def `unary_-`: Radians = negative
def `unary_-` : Radians = negative

def ~==(other: Radians): Boolean =
Math.abs(r.toDouble - other.toDouble) < 0.001
Expand Down

0 comments on commit 0db8370

Please sign in to comment.