Skip to content

Commit 1cc1a57

Browse files
cjihrigdanielleadams
authored andcommitted
test: remove unused argument in test-util-inspect.js
PR-URL: #43395 Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Darshan Sen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Rich Trott <[email protected]>
1 parent 9f1de2c commit 1cc1a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-util-inspect.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -897,7 +897,7 @@ assert.strictEqual(util.inspect(Object.create(Date.prototype)), 'Date {}');
897897

898898
// Test util.inspect.styles and util.inspect.colors.
899899
{
900-
function testColorStyle(style, input, implicit) {
900+
function testColorStyle(style, input) {
901901
const colorName = util.inspect.styles[style];
902902
let color = ['', ''];
903903
if (util.inspect.colors[colorName])

0 commit comments

Comments
 (0)