Skip to content

Commit 18559cf

Browse files
committed
fix: rubocop
1 parent c3a7804 commit 18559cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/net_http/lib/opentelemetry/instrumentation/net/http/instrumentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
3434
def determine_semconv
3535
stability_opt_in = ENV.fetch('OTEL_SEMCONV_STABILITY_OPT_IN', '')
3636
values = stability_opt_in.split(',').map(&:strip)
37-
37+
3838
if values.include?('http/dup')
3939
'dup'
4040
elsif values.include?('http')

0 commit comments

Comments
 (0)