From ad0430e6dfccd8e57aa638d6ade49df712718634 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Famke=20Ba=CC=88uerle?= Date: Thu, 9 Jan 2025 15:06:10 +0100 Subject: [PATCH] fix: indentation --- tests/nextflow.config | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/tests/nextflow.config b/tests/nextflow.config index 2dee6a4..c78ff94 100644 --- a/tests/nextflow.config +++ b/tests/nextflow.config @@ -17,11 +17,11 @@ params { // Impose sensible resource limits for testing process { - withName: '.*' { - cpus = 2 - memory = 3.GB - time = 2.h - } + withName: '.*' { + cpus = 2 + memory = 3.GB + time = 2.h + } }