Skip to content

Commit f3cdbea

Browse files
pinin4fjordsclaude
andcommitted
Fix linting errors in core-hello-part5 solution
Remove trailing whitespace from cowpy module files to pass editorconfig checks. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 8d37b37 commit f3cdbea

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

hello-nf-core/solutions/core-hello-part5/modules/local/cowpy/main.nf

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ process COWPY {
2121
script:
2222
def args = task.ext.args ?: ''
2323
def prefix = task.ext.prefix ?: "${meta.id}"
24-
24+
2525
"""
26-
26+
2727
2828
cat <<-END_VERSIONS > versions.yml
2929
"${task.process}":
@@ -34,10 +34,10 @@ process COWPY {
3434
stub:
3535
def args = task.ext.args ?: ''
3636
def prefix = task.ext.prefix ?: "${meta.id}"
37-
37+
3838
"""
3939
echo $args
40-
40+
4141
4242
cat <<-END_VERSIONS > versions.yml
4343
"${task.process}":

hello-nf-core/solutions/core-hello-part5/modules/local/cowpy/tests/main.nf.test

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ nextflow_process {
2222
process {
2323
"""
2424
// TODO nf-core: define inputs of the process here. Example:
25-
25+
2626
input[0] = [
2727
[ id:'test' ],
2828
file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),
@@ -54,7 +54,7 @@ nextflow_process {
5454
process {
5555
"""
5656
// TODO nf-core: define inputs of the process here. Example:
57-
57+
5858
input[0] = [
5959
[ id:'test' ],
6060
file(params.modules_testdata_base_path + 'genomics/sarscov2/illumina/bam/test.paired_end.sorted.bam', checkIfExists: true),

0 commit comments

Comments
 (0)