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