Skip to content

Commit

Permalink
Fix hash code styling issue
Browse files Browse the repository at this point in the history
  • Loading branch information
mtchavez committed Jul 25, 2016
1 parent 99b11a0 commit aadd41b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/circleci/http.rb
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ def create_request_args(http_verb, url, body)
args = {
method: http_verb.to_sym,
url: url,
headers: headers }
headers: headers
}
args[:payload] = body if http_verb == 'post'
args.merge!(@config.request_overrides)
args
Expand Down

0 comments on commit aadd41b

Please sign in to comment.