Skip to content

Commit

Permalink
Run 'scalafmt'.
Browse files Browse the repository at this point in the history
  • Loading branch information
yilinwei authored and davesmith00000 committed Aug 17, 2024
1 parent 588755f commit 846b1e3
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 846b1e3

Please sign in to comment.