1
0
mirror of https://github.com/meineerde/redmine.git synced 2026-01-31 19:47:14 +00:00

Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975).

git-svn-id: https://svn.redmine.org/redmine/trunk@22621 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Go MAEDA 2024-01-24 02:32:44 +00:00
parent 8a0bbe3d1d
commit 84c1558be3

View File

@ -1,7 +1,6 @@
# frozen_string_literal: true
module ActiveRecord
# Undefines private Kernel#open method to allow using `open` scopes in models.
# See Defect #11545 (http://www.redmine.org/issues/11545) for details.
class Base