Skip to content

Commit

Permalink
chore: Rubocop alignment update
Browse files Browse the repository at this point in the history
  • Loading branch information
kaylareopelle committed Oct 4, 2023
1 parent 05326e2 commit 22f7bb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion registry/lib/opentelemetry/instrumentation/registry.rb
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ def install_all(instrumentation_config_map = {})

def find_instrumentation(instrumentation_name)
@instrumentation.detect { |a| a.instance.name == instrumentation_name }
&.instance
&.instance
end

def install_instrumentation(instrumentation, config)
Expand Down

0 comments on commit 22f7bb8

Please sign in to comment.