1
0
mirror of https://github.com/fluencelabs/rust-libp2p synced 2025-07-22 20:51:56 +00:00

fix(metrics/identify): remove newline in metric description

Pull-Request: .
This commit is contained in:
Max Inden
2023-05-30 05:03:16 +02:00
committed by GitHub
parent d67c133794
commit a8a00e7ad7

@@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex};
static PROTOCOLS_DESCRIPTOR: Lazy<Descriptor> = Lazy::new(|| {
Descriptor::new(
"remote_protocols",
r#"Number of connected nodes supporting a specific protocol, with "unrecognized" for each
peer supporting one or more unrecognized protocols"#,
"Number of connected nodes supporting a specific protocol, with \"unrecognized\" for each peer supporting one or more unrecognized protocols",
None,
None,
vec![],