Skip to content

Commit

Permalink
Update lib/rubocop/cop/rails/top_level_hash_with_indifferent_access.rb
Browse files Browse the repository at this point in the history
Co-authored-by: Koichi ITO <koic.ito@gmail.com>
  • Loading branch information
r7kamura and koic committed Jul 29, 2022
1 parent 4df9580 commit f32edca
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -40,10 +40,7 @@ def on_const(node)
private

def autocorrect(corrector, node)
corrector.insert_before(
node.location.name,
'ActiveSupport::'
)
corrector.insert_before(node.location.name, 'ActiveSupport::')
end
end
end
Expand Down

0 comments on commit f32edca

Please sign in to comment.