From fa0779d765425066851255bea1aa3b4fb08d1e2c Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 13 Jan 2025 16:44:04 +0000 Subject: [PATCH] Ignore rubocop error --- app/helpers/collection_deadline_helper.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/helpers/collection_deadline_helper.rb b/app/helpers/collection_deadline_helper.rb index ffce461fe..2995f17a5 100644 --- a/app/helpers/collection_deadline_helper.rb +++ b/app/helpers/collection_deadline_helper.rb @@ -76,6 +76,6 @@ module CollectionDeadlineHelper cutoff_date: quarter[:cutoff_date], quarter_start_date: quarter[:start_date], quarter_end_date: quarter[:end_date], - ) + ) # rubocop:disable Layout/ClosingParenthesisIndentation end end