Skip to content

Commit dd68f8d

Browse files
committed
fix: rubocop whitespace fix
1 parent 37fed93 commit dd68f8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/restclient/lib/opentelemetry/instrumentation/restclient/instrumentation.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class Instrumentation < OpenTelemetry::Instrumentation::Base
1313
install do |_config|
1414
patch_type = determine_semconv
1515
send(:"require_dependencies_#{patch_type}")
16-
send(:"patch_request_#{patch_type}")
16+
send(:"patch_request_#{patch_type}")
1717
end
1818

1919
present do

0 commit comments

Comments
 (0)