Skip to content

Commit 8cc1b35

Browse files
committed
linting
1 parent c11afa5 commit 8cc1b35

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/codex/stores/testrepostore.nim

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,8 @@ asyncchecksuite "RepoStore":
297297
): Future[seq[BlockExpiration]] {.async: (raises: [CancelledError]).} =
298298
var expirations = newSeq[BlockExpiration](0)
299299
without iter =? (await beIter), err:
300-
info "Failed to get BlockExpiration async iterator, returning empty sequence", err.msg
300+
info "Failed to get BlockExpiration async iterator, returning empty sequence",
301+
err.msg
301302
return expirations
302303
for beFut in toSeq(iter):
303304
if value =? (await beFut):

0 commit comments

Comments
 (0)