chore: formatting

This commit is contained in:
Mark Spanbroek 2025-06-26 11:48:06 +02:00
parent 127972bb33
commit a8dcbdfc08
No known key found for this signature in database
GPG Key ID: FBE3E9548D427C00
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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