Skip to content

Commit

Permalink
fixup! shut up linter
Browse files Browse the repository at this point in the history
  • Loading branch information
bnoordhuis committed Jan 20, 2016
1 parent dcafe71 commit 142e0bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/parallel/test-process-hrtime.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ function validateTuple(tuple) {
});
}

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

0 comments on commit 142e0bc

Please sign in to comment.