Skip to content

Commit

Permalink
run format
Browse files Browse the repository at this point in the history
  • Loading branch information
PuneetGopinath committed May 12, 2021
1 parent cac0c14 commit 56c8360
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,9 @@ Toolkit.run(
);

if (!content.length) {
tools.exit.success("No PullRequest/Issue/IssueComment events found. Leaving readme unchanged.");
tools.exit.success(
"No PullRequest/Issue/IssueComment events found. Leaving readme unchanged."
);
}

if (content.length < MAX_LINES) {
Expand Down

0 comments on commit 56c8360

Please sign in to comment.