Skip to content

Commit

Permalink
Fix the cop violation 👮
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfranca committed Dec 3, 2020
1 parent ee647d4 commit c1528c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion railties/lib/rails/application/routes_reloader.rb
Expand Up @@ -52,7 +52,7 @@ def load_paths
end

def run_after_load_paths
@run_after_load_paths ||= -> {}
@run_after_load_paths ||= -> { }
end

def finalize!
Expand Down

0 comments on commit c1528c9

Please sign in to comment.