fix breakage with Nim HEAD

This commit is contained in:
Ștefan Talpalaru 2019-01-03 21:39:33 +01:00 committed by zah
parent 0c2e3eb204
commit 26ee2fce26
1 changed files with 0 additions and 1 deletions

View File

@ -56,5 +56,4 @@ proc `$`*(fork: Fork): string =
of FkTangerine: result = "Tangerine Whistle"
of FkSpurious: result = "Spurious Dragon"
of FkByzantium: result = "Byzantium"
else: result = "UNKNOWN FORK"