mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Satisfy Rubocop
Fixes offense: ``` activesupport/lib/active_support/xml_mini/rexml.rb:40:5: C: Layout/EmptyLinesAroundAccessModifier: Remove a blank line after private. private ^^^^^^^ ```
This commit is contained in:
parent
f624ed09ab
commit
5809e77ef2
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ module ActiveSupport
|
|||
end
|
||||
|
||||
private
|
||||
|
||||
def require_rexml
|
||||
silence_warnings { require "rexml/document" }
|
||||
rescue LoadError => e
|
||||
|
|
Loading…
Reference in a new issue