Skip to content

Commit 33356f6

Browse files
committed
fix code styling to pass tests
1 parent dcb0cf7 commit 33356f6

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

lib/Stats.js

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,11 @@ Stats.jsonToString = function jsonToString(obj, useColors) {
335335
}
336336
};
337337
return obj;
338-
}, { normal: function (str) { buf.push(str); } });
338+
}, {
339+
normal: function(str) {
340+
buf.push(str);
341+
}
342+
});
339343

340344
function coloredTime(time) {
341345
var times = [800, 400, 200, 100];

0 commit comments

Comments
 (0)