From 9a93bfe8d83b7bdbf351bcdad7b5396d59638d3a Mon Sep 17 00:00:00 2001 From: Stephan Dilly Date: Sun, 25 Apr 2021 14:58:56 +0200 Subject: [PATCH] some fun --- src/components/blame_file.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/blame_file.rs b/src/components/blame_file.rs index ae234c9a..2083a62f 100644 --- a/src/components/blame_file.rs +++ b/src/components/blame_file.rs @@ -330,7 +330,7 @@ impl BlameFileComponent { ) { (true, Some(file_path), _) => { format!( - "{} -- {} -- ", + "{} -- {} -- ", self.title, file_path ) }