Skip to content

Commit 23b7098

Browse files
committed
chore: space -> tabs
1 parent ecd2107 commit 23b7098

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/fetch/src/fetch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,7 @@ function fixResponseChunkedTransferBadEnding(request, errorCallback) {
346346
}
347347
};
348348

349-
/** @param {Buffer} buf */
349+
/** @param {Buffer} buf */
350350
const onData = buf => {
351351
properLastChunkReceived = Buffer.compare(buf.slice(-5), LAST_CHUNK) === 0;
352352

@@ -361,7 +361,7 @@ function fixResponseChunkedTransferBadEnding(request, errorCallback) {
361361
previousChunk = buf;
362362
};
363363

364-
socket.prependListener('close', onSocketClose);
364+
socket.prependListener('close', onSocketClose);
365365
socket.on('data', onData);
366366

367367
request.on('close', () => {

0 commit comments

Comments
 (0)