Skip to content

Commit

Permalink
scalafmtAll
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed Jul 29, 2023
1 parent 101aafc commit 7ebff4e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/scala/format/pgn/Pgn.scala
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ case class Pgn(tags: Tags, initial: InitialComments, tree: Option[PgnTree]):

builder.toString


def updatePly(ply: Ply, f: Move => Move): Option[Pgn] =
this.focus(_.tree.some).modifyA(_.modifyInMainline(_.ply == ply, _.updateValue(f)))

Expand Down

0 comments on commit 7ebff4e

Please sign in to comment.