Align arguments

This commit is contained in:
Jason Dusek 2016-03-09 11:03:57 -08:00
parent d216c358ef
commit 223df90c81

View file

@ -223,8 +223,8 @@ fn execute() -> i32 {
file.display())); file.display()));
if let Some(path) = path_tmp.as_ref() { if let Some(path) = path_tmp.as_ref() {
msg!("Using rustfmt config file {} for {}", msg!("Using rustfmt config file {} for {}",
path.display(), path.display(),
file.display()); file.display());
} }
config = config_tmp; config = config_tmp;
} }