Skip to content

Commit

Permalink
Removed whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
ce07c3 authored Dec 4, 2020
1 parent f78f9d7 commit f78ab0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/webmock/http_lib_adapters/http_rb/client.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ class Client

def perform(request, options)
return __perform__(request, options) unless webmock_enabled?

response = WebMockPerform.new(request) { __perform__(request, options) }.exec
response = options.features.inject(response) do |response, (_name, feature)|
feature.wrap_response(response)
Expand Down

0 comments on commit f78ab0a

Please sign in to comment.