Skip to content
This repository has been archived by the owner on Jul 27, 2024. It is now read-only.

Commit

Permalink
Adjust wordwrap value to match wider GitHub profiles
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai committed May 13, 2019
1 parent e68b9bb commit 0081d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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) + "%"
];

Expand Down

0 comments on commit 0081d4e

Please sign in to comment.