mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix ci
This commit is contained in:
parent
cae864a188
commit
1cb821cd51
1 changed files with 1 additions and 1 deletions
|
|
@ -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 = "<no author>";
|
||||
|
|
|
|||
Loading…
Reference in a new issue