From 56c8360f3258d0b29a5a124c2649c755445356a5 Mon Sep 17 00:00:00 2001 From: PuneetGopinath <76863199+PuneetGopinath@users.noreply.github.com> Date: Wed, 12 May 2021 19:37:25 +0530 Subject: [PATCH] run format --- index.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/index.js b/index.js index 424cd010e6..f0fdb6d8e0 100644 --- a/index.js +++ b/index.js @@ -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) {