From 4ed62139778bebc705cce549c7534fd1ad1c17d3 Mon Sep 17 00:00:00 2001 From: Pierre Vanduynslager Date: Fri, 7 Jun 2019 11:28:49 -0400 Subject: [PATCH] style: fix prettier style --- index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/index.js b/index.js index 2ccd5d78..8e37936f 100644 --- a/index.js +++ b/index.js @@ -46,9 +46,7 @@ async function run(context, plugins) { if (ciBranch !== options.branch) { logger.log( - `This test run was triggered on the branch ${ciBranch}, while semantic-release is configured to only publish from ${ - options.branch - }, therefore a new version won’t be published.` + `This test run was triggered on the branch ${ciBranch}, while semantic-release is configured to only publish from ${options.branch}, therefore a new version won’t be published.` ); return false; }