Skip to content

Commit

Permalink
style: Fix indention
Browse files Browse the repository at this point in the history
  • Loading branch information
edmundmiller committed Jun 8, 2024
1 parent 1ed2c2f commit 877975f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/nf-core/bases2fastq/tests/main.nf.test
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ nextflow_process {
file(process.out.qc_report[0][1]).name,
file(process.out.run_stats[0][1]).name,
file(process.out.sample_json[0][1]).name,
).match()
).match()
}
)
}
Expand Down Expand Up @@ -72,7 +72,7 @@ nextflow_process {
file(process.out.qc_report[0][1]).name,
file(process.out.run_stats[0][1]).name,
file(process.out.sample_json[0][1]).name,
).match()
).match()
}
)
}
Expand Down

0 comments on commit 877975f

Please sign in to comment.