From 9d605a554e2f7e598a5e19327b043b5fab67ce75 Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Mon, 24 Mar 2025 20:09:36 +1100 Subject: [PATCH] formatting --- tests/helpers.nim | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/helpers.nim b/tests/helpers.nim index 643581ff..bcac03c3 100644 --- a/tests/helpers.nim +++ b/tests/helpers.nim @@ -37,4 +37,3 @@ proc allFuturesThrowing*[T, E]( # https://github.com/nim-lang/Nim/issues/23432 futs: varargs[InternalRaisesFuture[T, E]] ): Future[void] = allFuturesThrowing(futs.mapIt(FutureBase(it))) -