From 1c0c55b19c7ecd18bcfc8093c3c3672d5c7dbb96 Mon Sep 17 00:00:00 2001 From: Katherine Thiessen Date: Tue, 30 Jul 2024 10:44:21 -0500 Subject: [PATCH] removing comment --- app/components/nextflow/samplesheet/column_component.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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