From 17a85346b6c9766d3eca204d17d88e4d8393e879 Mon Sep 17 00:00:00 2001 From: Feross Aboukhadijeh Date: Tue, 27 Oct 2020 11:32:54 -1000 Subject: [PATCH] standard --- index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.34.1