nextflow-io / language-server

The Nextflow language server
Apache License 2.0
9 stars 0 forks source link

channels in emit have trailing spaces when they don't get assigned if just 1 is assigned #79

Open maxulysse opened 5 days ago

maxulysse commented 5 days ago

let's say I have:

    emit:
    bowtie1
    bowtie2
    bwamem1
    fasta = input.fasta

when I save my script, (with the Harshil alignment), it's adding spaces after the output channels in emit so that all = are aligned, but when I only have 1 =, it just adds trailing spaces.

bentsherman commented 5 days ago

This should be fixed in the latest version

maxulysse commented 4 days ago

Wonderful