We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b6e98c commit bf129cfCopy full SHA for bf129cf
nimbus_verified_proxy/lc/lc_manager.nim
@@ -251,8 +251,7 @@ proc query[E](
251
const NUM_WORKERS = 2
252
var workers: array[NUM_WORKERS, Future[bool]]
253
254
- let
255
- progressFut = Future[void].Raising([CancelledError]).init("lcmanProgress")
+ let progressFut = Future[void].Raising([CancelledError]).init("lcmanProgress")
256
var
257
numCompleted = 0
258
success = false
0 commit comments