Skip to content

Commit 6278c0b

Browse files
committed
Lint
1 parent 0e9fca2 commit 6278c0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -478,7 +478,7 @@ function byteLength (string, encoding) {
478478
}
479479
Buffer.byteLength = byteLength
480480

481-
let decoderUTF8 = new TextDecoder("utf8");
481+
const decoderUTF8 = new TextDecoder('utf8')
482482

483483
function slowToString (encoding, start, end) {
484484
let loweredCase = false

0 commit comments

Comments
 (0)