Skip to content

Commit db87d8d

Browse files
committed
chore: cleanup
Signed-off-by: Charlike Mike Reagent <[email protected]>
1 parent 215608c commit db87d8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/multipart_parser.js

-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ const A = 97;
3333
const Z = 122;
3434

3535
function lower(c) {
36-
// eslint-disable-next-line no-bitwise
3736
return c | 0x20;
3837
}
3938

0 commit comments

Comments
 (0)