Skip to content

Commit 3ca7a85

Browse files
committed
chore: consistent style when printing user_name
1 parent 4720634 commit 3ca7a85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/analyzer.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ pub(crate) fn show_commit_stats(stats: &[Result<DiffStats, Box<dyn Error>>], use
8989
}
9090
});
9191

92-
println!("Commit statistics for user {}:", user_name);
92+
println!("Commit statistics for user \"{}\":", user_name);
9393
println!("Files changed: {}", total_files_changed);
9494
println!("Insertions: {}", total_insertions);
9595
println!("Deletions: {}", total_deletions);

0 commit comments

Comments
 (0)