Skip to content

Commit 82c145c

Browse files
committed
squash: restclient
1 parent 34aea14 commit 82c145c

File tree

1 file changed

+1
-1
lines changed
  • instrumentation/restclient/lib/opentelemetry/instrumentation/restclient/patches

1 file changed

+1
-1
lines changed

instrumentation/restclient/lib/opentelemetry/instrumentation/restclient/patches/request.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ module Request
1313
# Constant for the HTTP status range
1414
HTTP_STATUS_SUCCESS_RANGE = (100..399)
1515

16-
def execute(&block)
16+
def execute(&)
1717
trace_request do |_span|
1818
super
1919
end

0 commit comments

Comments
 (0)