mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-28 20:16:58 +03:00
Align arguments
This commit is contained in:
+2
-2
@@ -223,8 +223,8 @@ fn execute() -> i32 {
|
||||
file.display()));
|
||||
if let Some(path) = path_tmp.as_ref() {
|
||||
msg!("Using rustfmt config file {} for {}",
|
||||
path.display(),
|
||||
file.display());
|
||||
path.display(),
|
||||
file.display());
|
||||
}
|
||||
config = config_tmp;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user