fix match exhaustivity

This commit is contained in:
Thibault Duplessis 2015-06-24 22:12:14 +02:00
parent 6b55fbd888
commit 6143dc61b3

View file

@ -30,6 +30,7 @@ case class History(
case PerfType.Atomic => atomic
case PerfType.Horde => horde
case PerfType.Puzzle => puzzle
case x => sys error s"No history for perf $x"
}
}