Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
fetch: fix a small clippy warning about unnecessary borrowing
Lars Wirzenius committed 2 years ago
commit d139762f4dbbb4ac72e72535bafaaa05e8284125
parent cf3cfb7efde507f264cc1c6a8010fb90cfb65ecc
1 file changed +1 -1
modified radicle-fetch/src/state.rs
@@ -383,7 +383,7 @@ impl FetchState {
        // deciding vote on adding a delegate.
        self.run_stage(
            handle,
-
            &handshake,
+
            handshake,
            &stage::CanonicalId {
                remote,
                limit: limit.special,