diff options
| author | Jason Dusek <jason.dusek@gmail.com> | 2016-03-09 11:03:57 -0800 |
|---|---|---|
| committer | Jason Dusek <jason.dusek@gmail.com> | 2016-03-11 00:15:26 -0800 |
| commit | 223df90c81d5e94796797067fe4176cd2e00a93c (patch) | |
| tree | 70737b3a9010e7074a919a71533159df72c9457e | |
| parent | d216c358ef6fe626af6bfe1657291b093d920da2 (diff) | |
Align arguments
| -rw-r--r-- | src/bin/rustfmt.rs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/bin/rustfmt.rs b/src/bin/rustfmt.rs index b7492fdc2fe..ee5877e25ca 100644 --- a/src/bin/rustfmt.rs +++ b/src/bin/rustfmt.rs @@ -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; } |
