Skip to content

Commit

Permalink
bootstrap: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed May 17, 2020
1 parent 09739c2 commit 4caddae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bootstrap/format.rs
Expand Up @@ -23,7 +23,7 @@ fn rustfmt(src: &Path, rustfmt: &Path, path: &Path, check: bool) {
if !status.success() {
eprintln!(
"Running `{}` failed.\nIf you're running `tidy`, \
try again with `--bless` flag. Or, you just want to format \
try again with `--bless`. Or, if you just want to format \
code, run `./x.py fmt` instead.",
cmd_debug,
);
Expand Down

0 comments on commit 4caddae

Please sign in to comment.