Skip to content

Commit

Permalink
add trailing commas
Browse files Browse the repository at this point in the history
  • Loading branch information
umuoy1 authored Mar 2, 2023
1 parent b757b9a commit a8ce1dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/buffer.js
Original file line number Diff line number Diff line change
Expand Up @@ -1404,7 +1404,7 @@ ObjectDefineProperties(module.exports, {
set(val) {
validateNumber(val, 'INSPECT_MAX_BYTES', 0);
INSPECT_MAX_BYTES = val;
}
},
},
});

Expand Down

0 comments on commit a8ce1dc

Please sign in to comment.