Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed Jun 18, 2024
1 parent c7a904a commit a4f55eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/relay/src/main/RelayGame.scala
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ private object RelayGame:
t <- to.toIntOption
yield Slice(f, t)

def show(slices: List[Slice]): String = slices.pp
def show(slices: List[Slice]): String = slices
.map:
case Slice(f, t) if f == t => f.toString
case Slice(f, t) => s"$f-$t"
Expand Down

0 comments on commit a4f55eb

Please sign in to comment.