Skip to content

Commit 8d58a4c

Browse files
author
“ramfox”
committed
clippy
1 parent 3884e51 commit 8d58a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sync.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ where
511511
/// Create the initial message for the set reconciliation flow with a remote peer.
512512
pub fn sync_initial_message(&mut self) -> anyhow::Result<crate::ranger::Message<SignedEntry>> {
513513
self.info.ensure_open().map_err(anyhow::Error::from)?;
514-
self.store.initial_message().map_err(Into::into)
514+
self.store.initial_message()
515515
}
516516

517517
/// Process a set reconciliation message from a remote peer.

0 commit comments

Comments
 (0)