From a8a00e7ad747d561fe4033d05976b7d50ae3c20f Mon Sep 17 00:00:00 2001 From: Max Inden Date: Tue, 30 May 2023 05:03:16 +0200 Subject: [PATCH] fix(metrics/identify): remove newline in metric description Pull-Request: #4005. --- misc/metrics/src/identify.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/misc/metrics/src/identify.rs b/misc/metrics/src/identify.rs index 51ed7c38..0e2527c0 100644 --- a/misc/metrics/src/identify.rs +++ b/misc/metrics/src/identify.rs @@ -36,8 +36,7 @@ use std::sync::{Arc, Mutex}; static PROTOCOLS_DESCRIPTOR: Lazy = 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![],