Skip to content

Commit

Permalink
[core] Add spacing after prettier command (mui#20073)
Browse files Browse the repository at this point in the history
  • Loading branch information
dandv authored and EsoterikStare committed Mar 30, 2020
1 parent d1f3b5d commit 238058a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/prettier.js
Original file line number Diff line number Diff line change
Expand Up @@ -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'));
}
Expand Down

0 comments on commit 238058a

Please sign in to comment.