style: fix prettier style

This commit is contained in:
Pierre Vanduynslager 2019-06-07 11:28:49 -04:00
parent 8051294ffd
commit 4ed6213977

View File

@ -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 wont 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 wont be published.`
);
return false;
}