Skip to content

Commit

Permalink
.trim() removed to keep new lines between collected versions
Browse files Browse the repository at this point in the history
  • Loading branch information
SofiaDrobysheva authored and ewels committed Sep 9, 2024
1 parent 48d3d64 commit 00d26e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/content/blog/2024/nextflow-24.04-highlights.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,10 +156,10 @@ workflow {
Channel.topic('versions') // [!code ++]
| unique()
| map { process, name, version ->
"""
"""\
${process.tokenize(':').last()}:
${name}: ${version}
""".stripIndent().trim()
""".stripIndent()
}
| collectFile(name: 'collated_versions.yml')
| CUSTOM_DUMPSOFTWAREVERSIONS
Expand Down

0 comments on commit 00d26e0

Please sign in to comment.