Skip to content

Commit

Permalink
Fix missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
ob committed Aug 18, 2023
1 parent a5a80e2 commit 78170b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/diff_util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -843,7 +843,7 @@ pub fn show_diff_stat(
// pad to max_path_length
write!(
formatter.labeled("hunk-header"),
" {:<max_path_length$} | {:>4}",
" {:<max_path_length$} | {:>4} ",
workspace_command.format_file_path(&stat.path),
stat.added + stat.removed,
)?;
Expand Down

0 comments on commit 78170b4

Please sign in to comment.