summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Davison <dandavison7@gmail.com>2021-12-24 07:36:51 -0500
committerDan Davison <dandavison7@gmail.com>2021-12-24 07:40:45 -0500
commit97747ddb434bfb882e91666d8843eae8ca125641 (patch)
tree6e58e23ca8a60e704870df57a4ef88d81862bae7
parenta1b8dbc410a1cdfa7341f091c95e8e89e46e28d0 (diff)
Remove space from blame-format
-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,