Radish alpha
h
Radicle Heartwood Protocol & Stack
Radicle
Git (anonymous pull)
Log in to clone via SSH
protocol: missed formatting
◌ CI pending Fintan Halpenny committed 3 months ago
commit 15adb161357262f9287d1b90fffda55f6c2611c0
parent 91eb6fc078727337449c203b8cf54aba4f40d816
1 pending (1 total) View logs
1 file changed +3 -1
modified crates/radicle-protocol/src/service.rs
@@ -221,7 +221,9 @@ pub enum ConnectError {
    SelfConnection,
    #[error("outbound connection limit reached when attempting {nid} ({addr})")]
    LimitReached { nid: NodeId, addr: Address },
-
    #[error("attempted connection to {nid}, via {addr} but addresses of this kind are not supported")]
+
    #[error(
+
        "attempted connection to {nid}, via {addr} but addresses of this kind are not supported"
+
    )]
    UnsupportedAddress { nid: NodeId, addr: Address },
}