Skip to content

Commit 52fa247

Browse files
committed
thanks clippy
1 parent 7e96d18 commit 52fa247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git-repository/src/remote/connection/list_refs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ pub mod to_map {
103103
git_protocol::fetch::indicate_end_of_interaction(&mut self.transport)
104104
.await
105105
.map_err(|err| Error::ListRefs(crate::remote::list_refs::Error::Transport(err)))?;
106-
Ok(res?)
106+
res
107107
}
108108

109109
#[git_protocol::maybe_async::maybe_async]

0 commit comments

Comments
 (0)