Skip to content

Commit 0a1d464

Browse files
committed
buffer: fix lint error
1 parent 3a7c798 commit 0a1d464

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

lib/buffer.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,19 @@
2121

2222
'use strict';
2323

24-
const { Object: { defineProperties, defineProperty, setPrototypeOf, create } } = primordials;
25-
const { Math: { floor, trunc, min } } = primordials;
24+
const {
25+
Object: {
26+
defineProperties,
27+
defineProperty,
28+
setPrototypeOf,
29+
create
30+
},
31+
Math: {
32+
floor,
33+
trunc,
34+
min
35+
}
36+
} = primordials;
2637

2738
const {
2839
byteLengthUtf8,

0 commit comments

Comments
 (0)