2
0
mirror of https://github.com/tenrok/axios.git synced 2026-06-02 16:04:10 +03:00

remove trailing spaces

This commit is contained in:
Michael Bradley
2016-02-26 13:34:20 -08:00
parent 68a45b5e3e
commit 1c32e2ab8d
+2 -2
View File
@@ -127,9 +127,9 @@ module.exports = function xhrAdapter(resolve, reject, config) {
// Clean up request
requestData = (requestData === undefined)
? null
? null
: requestData;
// Send the request
request.send(requestData);
};