diff --git a/app/components/nextflow/samplesheet/column_component.rb b/app/components/nextflow/samplesheet/column_component.rb index bebbf273c5..0144d7fb61 100644 --- a/app/components/nextflow/samplesheet/column_component.rb +++ b/app/components/nextflow/samplesheet/column_component.rb @@ -3,7 +3,7 @@ module Nextflow module Samplesheet # Renders a column in the sample sheet table - class ColumnComponent < Component # , + class ColumnComponent < Component attr_reader :namespace_id, :header, :property, :samples # rubocop:disable Metrics/ParameterLists