Skip to content

Commit e08f357

Browse files
author
Stephan Dilly
committed
nightly clippy fix
1 parent 18c31dc commit e08f357

File tree

1 file changed

+1
-1
lines changed
  • asyncgit/src/sync/branch

1 file changed

+1
-1
lines changed

asyncgit/src/sync/branch/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ use utils::get_head_repo;
2121
pub(crate) fn get_branch_name(repo_path: &str) -> Result<String> {
2222
let repo = utils::repo(repo_path)?;
2323

24-
Ok(get_branch_name_repo(&repo)?)
24+
get_branch_name_repo(&repo)
2525
}
2626

2727
/// ditto

0 commit comments

Comments
 (0)