diff --git a/lib/buffer.js b/lib/buffer.js index 2ef6ef47fc9451..e27c993feb4307 100644 --- a/lib/buffer.js +++ b/lib/buffer.js @@ -21,8 +21,19 @@ 'use strict'; -const { Object: { defineProperties, defineProperty, setPrototypeOf, create } } = primordials; -const { Math: { floor, trunc, min } } = primordials; +const { + Object: { + defineProperties, + defineProperty, + setPrototypeOf, + create + }, + Math: { + floor, + trunc, + min + } +} = primordials; const { byteLengthUtf8,