Skip to content

Commit

Permalink
FEN.toString
Browse files Browse the repository at this point in the history
  • Loading branch information
ornicar committed May 6, 2018
1 parent 95eb004 commit e206026
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/main/scala/format/package.scala
Expand Up @@ -2,5 +2,7 @@ package chess

package object format {

case class FEN(value: String) extends AnyVal
case class FEN(value: String) extends AnyVal {
override def toString = value
}
}

0 comments on commit e206026

Please sign in to comment.