mirror of
https://github.com/rust-lang/rust.git
synced 2026-03-19 14:08:50 +00:00
Prefer println!() to println!("")
This commit is contained in:
@@ -387,7 +387,7 @@ fn format_files(
|
||||
for f in files {
|
||||
print!(" {}", f.display());
|
||||
}
|
||||
println!("");
|
||||
println!();
|
||||
}
|
||||
let mut command = Command::new("rustfmt")
|
||||
.stdout(stdout)
|
||||
|
||||
@@ -478,7 +478,7 @@ macro_rules! create_config {
|
||||
$(
|
||||
println!("{}{}", space_str, $dstring);
|
||||
)+
|
||||
println!("");
|
||||
println!();
|
||||
)+
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user