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 ) }