Skip to content

Commit 75cf5d3

Browse files
committed
Clock config strings are equal iff clock configs are equal
1 parent 8729256 commit 75cf5d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/Clock.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -279,7 +279,7 @@ object Clock {
279279
else if (hasIncrement) baseString
280280
else s"${baseString}|0"
281281

282-
override def toString = s"${limitSeconds}.${incrementSeconds}.${byoyomiSeconds}.${periodsTotal}"
282+
override def toString = s"${limitSeconds}.${incrementSeconds}.${byoyomiSeconds}.${periods}"
283283
}
284284

285285
def parseJPTime(str: String): Option[Int] = {

0 commit comments

Comments
 (0)