Skip to content

Commit

Permalink
remove trailing spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
staticinstance committed Feb 26, 2016
1 parent 4fd599c commit 8f9c3a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/adapters/xhr.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ module.exports = function xhrAdapter(resolve, reject, config) {
if (utils.isArrayBuffer(requestData)) {
requestData = new DataView(requestData);
}

// Clean up request
requestData = (requestData === undefined)
? null
Expand Down

0 comments on commit 8f9c3a9

Please sign in to comment.