From 1f6419f8f594eaf4711a304f3d1b0f9140ae58de Mon Sep 17 00:00:00 2001 From: Anders Goncalves da Silva Date: Wed, 10 Feb 2021 10:55:24 -0800 Subject: [PATCH] Fix indentation Co-authored-by: Harshil Patel --- tests/software/ivar/consensus/main.nf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/tests/software/ivar/consensus/main.nf b/tests/software/ivar/consensus/main.nf index 70ffe295..8b579f5d 100644 --- a/tests/software/ivar/consensus/main.nf +++ b/tests/software/ivar/consensus/main.nf @@ -13,7 +13,5 @@ workflow test_ivar_consensus { def input = [] input = [ [ id:'test'], file("${launchDir}/tests/data/bam/test-sc2-artic-v3-sorted-trimmed.bam", checkIfExists: true) ] - - main: - IVAR_CONSENSUS ( input ) -} \ No newline at end of file + IVAR_CONSENSUS ( input ) +}