Skip to content

Commit eb763f8

Browse files
authored
Rollup merge of #135495 - yotamofek:close-backtick, r=Kobzol
Add missing closing backtick in commit hook message 🐸 This has been really bugging me 😮‍💨
2 parents f9c2c12 + c141f50 commit eb763f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bootstrap/src/core/build_steps/format.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ fn print_paths(verb: &str, adjective: Option<&str>, paths: &[String]) {
116116
println!("fmt: {verb} {len} {adjective}files");
117117
}
118118
if len > 1000 && !CiEnv::is_ci() {
119-
println!("hint: if this number seems too high, try running `git fetch origin master");
119+
println!("hint: if this number seems too high, try running `git fetch origin master`");
120120
}
121121
}
122122

0 commit comments

Comments
 (0)