Skip to content

Commit ea69825

Browse files
committed
all good
1 parent 87d54ae commit ea69825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/stretchr/transporters/json_transporter.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ class JSONTransporter
1010
# Expects: {uri: URIOBJECT, body: "body", method: "PUT/PATCH/POST/DELETE/GET", client: stretchr client}
1111
def make_request(request)
1212
response = nil
13-
13+
1414
#convert to a json string unless the user already did it...
1515
request[:body] = request[:body].to_json unless request[:body].is_a? String
1616

0 commit comments

Comments
 (0)