mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
nightly clippy fix
This commit is contained in:
parent
18c31dc6e0
commit
e08f357f57
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ use utils::get_head_repo;
|
|||
pub(crate) fn get_branch_name(repo_path: &str) -> Result<String> {
|
||||
let repo = utils::repo(repo_path)?;
|
||||
|
||||
Ok(get_branch_name_repo(&repo)?)
|
||||
get_branch_name_repo(&repo)
|
||||
}
|
||||
|
||||
/// ditto
|
||||
|
|
|
|||
Loading…
Reference in a new issue