summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/cli.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cli.rs b/src/cli.rs
index 1b60bea5..5165f3cd 100644
--- a/src/cli.rs
+++ b/src/cli.rs
@@ -491,7 +491,7 @@ pub struct Opt {
/// "{timestamp}", "{author}", and "{commit}".
#[structopt(
long = "blame-format",
- default_value = "{timestamp:<15} {author:<15.14} {commit:<8} │ "
+ default_value = "{timestamp:<15} {author:<15.14} {commit:<8} │"
)]
pub blame_format: String,