Update println! formatting

Co-Authored-By: phansch <dev@phansch.net>
This commit is contained in:
Philipp Krones 2018-11-04 22:08:18 +01:00 committed by Philipp Hansch
parent f6194f33d2
commit 5b24f23020
No known key found for this signature in database
GPG key ID: B6FA06A6E0E2665B

View file

@ -153,7 +153,7 @@ fn update_lints(update_mode: UpdateMode) {
}
if update_mode == UpdateMode::Check && file_change {
println!("Not all lints defined properly. Please run util/dev update_lints to make sure all lints are defined properly.");
println!("Not all lints defined properly. Please run `util/dev update_lints` to make sure all lints are defined properly.");
std::process::exit(1);
}
}