Skip to content

Commit

Permalink
style: fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
digitalsadhu committed Mar 18, 2021
1 parent 8d004ab commit e915be4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion classes/publish/package/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,9 @@ module.exports = class Publish {
integrity = await this.checkIfAlreadyPublished.process();
} catch (err) {
// exit early if already published
this.log.debug(`Determined that files have already been published. Additional information: ${err.message}`);
this.log.debug(
`Determined that files have already been published. Additional information: ${err.message}`,
);
return null;
}

Expand Down

0 comments on commit e915be4

Please sign in to comment.