From 0081d4eb018f51136ffa0d1c25bbb35a1f2d9c90 Mon Sep 17 00:00:00 2001 From: Matan Kushner Date: Mon, 13 May 2019 05:14:00 -0400 Subject: [PATCH] Adjust wordwrap value to match wider GitHub profiles --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index f239089..cb53ffe 100644 --- a/index.js +++ b/index.js @@ -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) + "%" ];