Skip to content

Commit 6e1cd97

Browse files
committed
undo whitespace
1 parent 8a99091 commit 6e1cd97

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

readme.markdown

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ var test = require('tape');
1919

2020
test('timing test', function (t) {
2121
t.plan(2);
22-
22+
2323
t.equal(typeof Date.now, 'function');
2424
var start = Date.now();
25-
25+
2626
setTimeout(function () {
2727
t.equal(Date.now() - start, 100);
2828
}, 100);

0 commit comments

Comments
 (0)