diff --git a/scripts/prettier.js b/scripts/prettier.js index 1b6b45edf53ec8..360f30f2c3cc72 100644 --- a/scripts/prettier.js +++ b/scripts/prettier.js @@ -65,7 +65,7 @@ function runPrettier(changedFiles) { console.log( '\n\nThis project uses prettier to format all JavaScript code.\n' + `Please run '${!changedFiles ? 'yarn prettier:all' : 'yarn prettier'}'` + - 'and commit the changes to the files listed below:\n\n', + ' and commit the changes to the files listed below:\n\n', ); console.log(warnedFiles.join('\n')); }