Skip to content

Commit 0560ca1

Browse files
committed
Whitespace fix
1 parent f647949 commit 0560ca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/standard.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ process {
33
"-A $params.project"
44
}
55

6-
errorStrategy = { if (task.exitStatus == 143) { 'retry' } else if ( $params.runfile ) { 'ignore' } else { 'terminate' } }
6+
errorStrategy = { if (task.exitStatus == 143) { 'retry' } else if ( $params.runfile ) { 'ignore' } else { 'terminate' } }
77
queue = 'core'
88
executor = 'slurm'
99

0 commit comments

Comments
 (0)