]> source.dussan.org Git - redmine.git/commitdiff
Fix RuboCop offense Layout/EmptyLinesAroundModuleBody (#38975).
authorGo MAEDA <maeda@farend.jp>
Wed, 24 Jan 2024 02:32:44 +0000 (02:32 +0000)
committerGo MAEDA <maeda@farend.jp>
Wed, 24 Jan 2024 02:32:44 +0000 (02:32 +0000)
git-svn-id: https://svn.redmine.org/redmine/trunk@22621 e93f8b46-1217-0410-a6f0-8f06a7374b81

config/initializers/10-patches.rb

index c298b96099fa98634f9c23d16a56fa9fe3faa8c7..933da218e5f40df8403fbf344fd4edaaeb44e175 100644 (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