fix breakage with Nim HEAD
This commit is contained in:
parent
0c2e3eb204
commit
26ee2fce26
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue