Skip to content

Commit 87b461e

Browse files
committed
Format
1 parent 751e2f7 commit 87b461e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/driver.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ pub fn main() {
213213

214214
if orig_args.iter().any(|a| a == "--version" || a == "-V") {
215215
let version_info = rustc_tools_util::get_version_info!();
216-
216+
217217
println!("{version_info}");
218218
exit(0);
219219
}
@@ -274,7 +274,7 @@ pub fn main() {
274274
#[must_use]
275275
fn help_message() -> &'static str {
276276
color_print::cstr!(
277-
"Checks a file to catch common mistakes and improve your Rust code.
277+
"Checks a file to catch common mistakes and improve your Rust code.
278278
Run <cyan>clippy-driver</> with the same arguments you use for <cyan>rustc</>
279279
280280
<green,bold>Usage</>:

0 commit comments

Comments
 (0)