From 67d0cd7632febee0983a521b8d160219afa270ea Mon Sep 17 00:00:00 2001
From: ArtOfCode- <hello@artofcode.co.uk>
Date: Mon, 1 Jun 2020 19:53:14 +0100
Subject: [PATCH] Don't we love rubocop

---
 app/helpers/tags_helper.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/helpers/tags_helper.rb b/app/helpers/tags_helper.rb
index b736dc078..7cff27879 100644
--- a/app/helpers/tags_helper.rb
+++ b/app/helpers/tags_helper.rb
@@ -4,4 +4,4 @@ module TagsHelper
       .to_a
       .sort_by { |t| [required_ids.include?(t.id) ? 0 : 1, topic_ids.include?(t.id) ? 0 : 1, t.id] }
   end
-end
\ No newline at end of file
+end
-- 
GitLab