From 74a7baad3db1536cb117fc3216294e2f89e2b5a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Sch=C3=B6nherr?= Date: Thu, 18 Jul 2024 14:02:38 +0200 Subject: [PATCH] Fix base.config --- conf/base.config | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/base.config b/conf/base.config index 9bc2122..5ee59f1 100644 --- a/conf/base.config +++ b/conf/base.config @@ -67,4 +67,6 @@ process { withName: 'SAMPLE_REPORT' { cpus = { 1 * task.attempt } memory = { 1.GB * task.attempt } - } \ No newline at end of file + } + +} \ No newline at end of file