Skip to content

Commit

Permalink
Fixed whitespace issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
ce07c3 authored Dec 15, 2020
1 parent 90e7ed8 commit f730b4f
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/webmock/http_lib_adapters/http_rb/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ def perform(request, options)
return __perform__(request, options) unless webmock_enabled?

response = WebMockPerform.new(request) { __perform__(request, options) }.exec

options.features.each { |_name, feature| response = feature.wrap_response(response) }

response
end

Expand Down

0 comments on commit f730b4f

Please sign in to comment.