mirror of
https://github.com/logos-storage/logos-storage-nim.git
synced 2026-01-21 06:43:12 +00:00
chore: formatting
This commit is contained in:
parent
127972bb33
commit
a8dcbdfc08
@ -554,7 +554,7 @@ proc asyncDecode*(
|
||||
|
||||
proc decodeInternal(
|
||||
self: Erasure, encoded: Manifest
|
||||
): Future[?!(ref seq[Cid], seq[Natural])] {.async: (raises:[CancelledError]).} =
|
||||
): Future[?!(ref seq[Cid], seq[Natural])] {.async: (raises: [CancelledError]).} =
|
||||
logScope:
|
||||
steps = encoded.steps
|
||||
rounded_blocks = encoded.rounded
|
||||
|
||||
@ -215,7 +215,7 @@ marketplacesuite(name = "Sales", stopOnRequestFail = true):
|
||||
)
|
||||
).get
|
||||
|
||||
discard await waitForRequestToStart((10*60)+10)
|
||||
discard await waitForRequestToStart((10 * 60) + 10)
|
||||
|
||||
let purchase = (await client.getPurchase(id)).get
|
||||
check purchase.error == none string
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user