Merge pull request #4858 from consul/spacing_fixes

Fix Rubocop convention offenses
This commit is contained in:
Javi Martín
2022-06-13 19:07:39 +02:00
committed by GitHub
3 changed files with 4 additions and 3 deletions

View File

@@ -26,6 +26,7 @@ class Admin::TagsController < Admin::BaseController
end end
private private
def tags def tags
@tags ||= Tag.category.page(params[:page]) @tags ||= Tag.category.page(params[:page])
end end