Skip to content

Commit

Permalink
style: remove extraneous space in log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
byCedric authored Jul 11, 2018
1 parent 68ec45e commit cdaa1b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scripts/verify-conditions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const verifyConditions: SemanticMethod = async (config, context) => {
);
} catch (error) {
if (error.expo) {
context.logger.log('Error encountered for %s manifest %s', 'Expo', error.expo );
context.logger.log('Error encountered for %s manifest %s', 'Expo', error.expo);
}

throw new SemanticReleaseError('Could not load Expo manifest(s).', 'EINVALIDEXPOMANIFEST', error.message);
Expand Down

0 comments on commit cdaa1b9

Please sign in to comment.