address review comment

This commit is contained in:
Zahary Karadjov 2018-06-25 13:23:38 +03:00 committed by zah
parent 419b97e132
commit 92ac374a55
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ type
else:
error*: string
template `$`*(s: RocksDBResult): string =
proc `$`*(s: RocksDBResult): string =
if s.ok:
$s.value
else: