Browse Source

Remove trailing space

http2
Kevin Martensson 10 years ago
parent
commit
8873df99f7
  1. 2
      index.js

2
index.js

@ -100,7 +100,7 @@ function got(url, opts, cb) {
} }
read(res, encoding, function (err, data) { read(res, encoding, function (err, data) {
cb.call(null, err, data, response); cb.call(null, err, data, response);
}); });
}).once('error', cb); }).once('error', cb);

Loading…
Cancel
Save