Skip to content

Commit

Permalink
undo whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynos committed Jan 19, 2013
1 parent 8a99091 commit 6e1cd97
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions readme.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ var test = require('tape');

test('timing test', function (t) {
t.plan(2);

t.equal(typeof Date.now, 'function');
var start = Date.now();

setTimeout(function () {
t.equal(Date.now() - start, 100);
}, 100);
Expand Down

0 comments on commit 6e1cd97

Please sign in to comment.