protocol: missed formatting
Formatting was missed in the `service.rs` file.
This commit is contained in:
parent
91eb6fc078
commit
15adb16135
|
|
@ -221,7 +221,9 @@ pub enum ConnectError {
|
||||||
SelfConnection,
|
SelfConnection,
|
||||||
#[error("outbound connection limit reached when attempting {nid} ({addr})")]
|
#[error("outbound connection limit reached when attempting {nid} ({addr})")]
|
||||||
LimitReached { nid: NodeId, addr: Address },
|
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 },
|
UnsupportedAddress { nid: NodeId, addr: Address },
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue