diff options
Diffstat (limited to 'cli/fmt.rs')
-rw-r--r-- | cli/fmt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/fmt.rs b/cli/fmt.rs index 025adc83f..b41ef0d45 100644 --- a/cli/fmt.rs +++ b/cli/fmt.rs @@ -69,7 +69,7 @@ async fn check_source_files( println!(); println!( "{} {}:", - colors::bold("from".to_string()), + colors::bold("from"), file_path.display().to_string() ); println!("{}", diff); |