summaryrefslogtreecommitdiff
path: root/test/parallel/test-timers-ordering.js
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2016-04-25 23:32:35 -0700
committerRich Trott <rtrott@gmail.com>2016-04-28 14:42:51 -0700
commit8f5695865860ecf06868a89687923e7eb514b442 (patch)
tree17417f2130d412e0dd04fa46733d1ea31079b5e2 /test/parallel/test-timers-ordering.js
parent296bfd239cef866af893303220b0719e0753d3a7 (diff)
downloadandroid-node-v8-8f5695865860ecf06868a89687923e7eb514b442.tar.gz
android-node-v8-8f5695865860ecf06868a89687923e7eb514b442.tar.bz2
android-node-v8-8f5695865860ecf06868a89687923e7eb514b442.zip
test,tools: adjust function argument alignment
In preparation for a lint rule enforcing function argument alignment, adjust function arguments to be aligned. PR-URL: https://github.com/nodejs/node/pull/6390 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Johan Bergström <bugs@bergstroem.nu> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Imran Iqbal <imran@imraniqbal.org> Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ryan Graham <r.m.graham@gmail.com>
Diffstat (limited to 'test/parallel/test-timers-ordering.js')
-rw-r--r--test/parallel/test-timers-ordering.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/parallel/test-timers-ordering.js b/test/parallel/test-timers-ordering.js
index cef91e58e7..c23af9d830 100644
--- a/test/parallel/test-timers-ordering.js
+++ b/test/parallel/test-timers-ordering.js
@@ -19,7 +19,7 @@ var f = function(i) {
var now = Timer.now();
console.log(i, now);
assert(now >= last_ts + 1,
- 'current ts ' + now + ' < prev ts ' + last_ts + ' + 1');
+ 'current ts ' + now + ' < prev ts ' + last_ts + ' + 1');
last_ts = now;
// schedule next iteration