Skip to content

Commit a8a00e7

Browse files
authored
fix(metrics/identify): remove newline in metric description
Pull-Request: #4005.
1 parent d67c133 commit a8a00e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

misc/metrics/src/identify.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex};
3636
static PROTOCOLS_DESCRIPTOR: Lazy<Descriptor> = Lazy::new(|| {
3737
Descriptor::new(
3838
"remote_protocols",
39-
r#"Number of connected nodes supporting a specific protocol, with "unrecognized" for each
40-
peer supporting one or more unrecognized protocols"#,
39+
"Number of connected nodes supporting a specific protocol, with \"unrecognized\" for each peer supporting one or more unrecognized protocols",
4140
None,
4241
None,
4342
vec![],

0 commit comments

Comments
 (0)