mirror of
https://github.com/zebrajr/node.git
synced 2026-01-15 12:15:26 +00:00
test,doc,lib: adjust object literal newlines for lint rule
Before enabling object-curly-newline for our ESLint rules, adjust files to comply with it. Refs: https://eslint.org/docs/rules/object-curly-newline PR-URL: https://github.com/nodejs/node/pull/37040 Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
This commit is contained in:
@@ -36,7 +36,8 @@ function testWithJSMarshaller({
|
||||
quitAfter,
|
||||
abort,
|
||||
maxQueueSize,
|
||||
launchSecondary }) {
|
||||
launchSecondary,
|
||||
}) {
|
||||
return new Promise((resolve) => {
|
||||
const array = [];
|
||||
binding[threadStarter](function testCallback(value) {
|
||||
|
||||
Reference in New Issue
Block a user