Skip to content

Commit

Permalink
sbt scalafix
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 19, 2024
1 parent 6e62e76 commit cc5b9f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/src/main/scala/glicko/impl/RatingCalculator.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
package chess.glicko.impl

import scalalib.newtypes.OpaqueDouble
import scalalib.extensions.ifTrue
import scalalib.newtypes.OpaqueDouble

import java.time.Instant

opaque type Tau = Double
Expand Down

0 comments on commit cc5b9f5

Please sign in to comment.