Skip to content

Commit 142e0bc

Browse files
committed
fixup! shut up linter
1 parent dcafe71 commit 142e0bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/parallel/test-process-hrtime.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ function validateTuple(tuple) {
2525
});
2626
}
2727

28-
const diff = process.hrtime([0, 1e9-1]);
28+
const diff = process.hrtime([0, 1e9 - 1]);
2929
assert(diff[1] >= 0); // https://github.com/nodejs/node/issues/4751

0 commit comments

Comments
 (0)