fix: ECLint check: trailing whitespace

This commit is contained in:
MaxUlysse 2021-02-16 13:42:34 +01:00
parent 053dd6ee1b
commit 30e3f2c5f5

View file

@ -22,7 +22,7 @@ process GATK_CREATESEQUENCEDICTIONARY {
path fasta
output:
path "*.dict" , emit: dict
path "*.dict" , emit: dict
path "*.version.txt" , emit: version
script: