Skip to content

Commit

Permalink
Tweak wordwrap value
Browse files Browse the repository at this point in the history
  • Loading branch information
matchai authored May 23, 2019
1 parent b1d504d commit d3fb601
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 @@ -38,7 +38,7 @@ async function main() {
}

async function updateGist(tweet) {
const wrap = wordwrap(63);
const wrap = wordwrap(62);

let gist;
try {
Expand Down

0 comments on commit d3fb601

Please sign in to comment.