From: Feross Aboukhadijeh Date: Tue, 27 Oct 2020 21:32:54 +0000 (-1000) Subject: standard X-Git-Url: https://zoso.dev/?a=commitdiff_plain;h=17a85346b6c9766d3eca204d17d88e4d8393e879;p=buffer.git standard --- diff --git a/index.js b/index.js index bfc9b16..896dbca 100644 --- a/index.js +++ b/index.js @@ -11,8 +11,8 @@ var base64 = require('base64-js') var ieee754 = require('ieee754') var customInspectSymbol = - (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') - ? Symbol['for']('nodejs.util.inspect.custom') + (typeof Symbol === 'function' && typeof Symbol['for'] === 'function') // eslint-disable-line dot-notation + ? Symbol['for']('nodejs.util.inspect.custom') // eslint-disable-line dot-notation : null exports.Buffer = Buffer