diff --git a/src/popups/blame_file.rs b/src/popups/blame_file.rs index 508db3ad..cd36e023 100644 --- a/src/popups/blame_file.rs +++ b/src/popups/blame_file.rs @@ -29,7 +29,7 @@ use ratatui::{ widgets::{Block, Borders, Cell, Clear, Row, Table, TableState}, Frame, }; -use std::{path::Path}; +use std::path::Path; static NO_COMMIT_ID: &str = "0000000"; static NO_AUTHOR: &str = "";