mirror of
https://github.com/logos-storage/nim-datastore.git
synced 2026-01-07 16:13:07 +00:00
Remove semicolon
This commit is contained in:
parent
6a60c600ea
commit
e156314717
@ -56,8 +56,8 @@ method modify*(self: SQLiteDatastore, key: Key, fn: ModifyAsync): Future[?!void]
|
|||||||
return failure("Error running modify function: " & err.msg)
|
return failure("Error running modify function: " & err.msg)
|
||||||
|
|
||||||
if maybeCurrentData == maybeNewData:
|
if maybeCurrentData == maybeNewData:
|
||||||
# no need to change any stored value
|
# no need to change currently stored value
|
||||||
break;
|
break
|
||||||
|
|
||||||
if err =? self.db.beginStmt.exec().errorOption:
|
if err =? self.db.beginStmt.exec().errorOption:
|
||||||
return failure(err)
|
return failure(err)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user