Skip to content

Commit 8620db7

Browse files
committed
chore: space -> tabs
1 parent ecd2107 commit 8620db7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/fetch/src/fetch.js

Lines changed: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)