We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2a0c926 commit f929097Copy full SHA for f929097
lib/commands/stat.js
@@ -116,7 +116,7 @@ function showGraph(problems) {
116
// padding before group
117
if (i % 10 === 1) line.push(' ');
118
119
- line.push(graph[i] || ' ');
+ line.push(graph[i] || ' ');
120
121
// time to start new row
122
if (i % (10 * groups) === 0 || i === n) {
0 commit comments