Skip to content

Commit

Permalink
sbt scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Nov 20, 2024
1 parent 1216db0 commit 5b314a3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion rating/src/main/scala/glicko/GlickoCalculator.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package chess.rating
package glicko

import chess.{Black, ByColor, Outcome, White}
import chess.{ Black, ByColor, Outcome, White }

import java.time.Instant
import scala.util.Try
Expand Down
2 changes: 1 addition & 1 deletion rating/src/main/scala/glicko/model.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package chess.rating
package glicko

import chess.{ByColor, IntRating, Outcome}
import chess.{ ByColor, IntRating, Outcome }
import scalalib.newtypes.OpaqueDouble

import java.time.Instant
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package chess.rating.glicko
package impl

import cats.syntax.all.*
import chess.{Black, Outcome, White}
import chess.{ Black, Outcome, White }
import munit.ScalaCheckSuite

class RatingCalculatorTest extends ScalaCheckSuite with chess.MunitExtensions:
Expand Down

0 comments on commit 5b314a3

Please sign in to comment.