Browse Source

Ignore rubocop error

pull/2890/head
Manny Dinssa 4 weeks ago
parent
commit
fa0779d765
  1. 2
      app/helpers/collection_deadline_helper.rb

2
app/helpers/collection_deadline_helper.rb

@ -76,6 +76,6 @@ module CollectionDeadlineHelper
cutoff_date: quarter[:cutoff_date], cutoff_date: quarter[:cutoff_date],
quarter_start_date: quarter[:start_date], quarter_start_date: quarter[:start_date],
quarter_end_date: quarter[:end_date], quarter_end_date: quarter[:end_date],
) ) # rubocop:disable Layout/ClosingParenthesisIndentation
end end
end end

Loading…
Cancel
Save