mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Fix the cop violation 👮
This commit is contained in:
parent
ee647d4b0a
commit
c1528c905c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ module Rails
|
|||
end
|
||||
|
||||
def run_after_load_paths
|
||||
@run_after_load_paths ||= -> {}
|
||||
@run_after_load_paths ||= -> { }
|
||||
end
|
||||
|
||||
def finalize!
|
||||
|
|
Loading…
Reference in a new issue