Adjust wordwrap value to match wider GitHub profiles

This commit is contained in:
Matan Kushner
2019-05-13 05:14:00 -04:00
parent e68b9bb3e6
commit 0081d4eb01

View File

@@ -35,7 +35,7 @@ async function updateGist(stats) {
const line = [
name.padEnd(11),
time.padEnd(14),
generateBarChart(percent, 12),
generateBarChart(percent, 24),
String(percent.toFixed(1)).padStart(5) + "%"
];