From 84405e066856d2ab74fadcc7dc4f51a419d0e1e3 Mon Sep 17 00:00:00 2001 From: Manny Dinssa <44172848+Dinssa@users.noreply.github.com> Date: Mon, 13 Jan 2025 09:55:52 +0000 Subject: [PATCH] lint --- app/helpers/collection_time_helper.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/app/helpers/collection_time_helper.rb b/app/helpers/collection_time_helper.rb index c6e3c7082..acd56378b 100644 --- a/app/helpers/collection_time_helper.rb +++ b/app/helpers/collection_time_helper.rb @@ -53,5 +53,4 @@ module CollectionTimeHelper def archived_collection_start_year current_collection_start_year - 2 end - end