Skip to content

Commit

Permalink
chore: style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vladopajic committed Feb 20, 2025
1 parent d406f6a commit 1726725
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions libp2p/utils/future.nim
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@ proc anyCompleted*[T](
)
requests.del(requests.find(raceFut))


proc anyCompletedCatchable*[T](
futs: seq[T]
): Future[T] {.async: (raises: [AllFuturesFailedError, CancelledError]).} =
Expand All @@ -58,4 +57,3 @@ proc anyCompletedCatchable*[T](
discard

requests.del(requests.find(raceFut))

0 comments on commit 1726725

Please sign in to comment.