@@ -11,14 +11,20 @@ pub const TELEMETRY_SERVER_START_RETRY_MAX_ATTEMPTS: u32 = 3;
1111pub const TELEMETRY_SERVER_START_RETRY_INTERVAL : u64 = 1 ; // seconds
1212
1313pub const ERR_MSG_GRAPH_LOCALHOST_FORBIDDEN_IN_SINGLE_APP_MODE : & str =
14- "'localhost' is not allowed in graph definition, and the graph seems to be a single-app graph, just remove the 'app' field" ;
14+ "'localhost' is not allowed in graph definition, and the graph seems to \
15+ be a single-app graph, just remove the 'app' field";
1516
1617pub const ERR_MSG_GRAPH_LOCALHOST_FORBIDDEN_IN_MULTI_APP_MODE : & str =
17- "'localhost' is not allowed in graph definition, change the content of 'app' field to be consistent with 'ten::uri'" ;
18+ "'localhost' is not allowed in graph definition, change the content of \
19+ 'app' field to be consistent with 'ten::uri'";
1820
19- pub const ERR_MSG_GRAPH_MIXED_APP_DECLARATIONS : & str = "Either all nodes should have 'app' declared, or none should, but not a mix of both." ;
21+ pub const ERR_MSG_GRAPH_MIXED_APP_DECLARATIONS : & str =
22+ "Either all nodes should have 'app' declared, or none should, but not a \
23+ mix of both.";
2024
21- pub const ERR_MSG_GRAPH_APP_FIELD_EMPTY : & str = "the 'app' field can not be empty, remove the field if the graph is a single-app graph" ;
25+ pub const ERR_MSG_GRAPH_APP_FIELD_EMPTY : & str =
26+ "the 'app' field can not be empty, remove the field if the graph is a \
27+ single-app graph";
2228
2329pub const ERR_MSG_GRAPH_APP_FIELD_SHOULD_NOT_BE_DECLARED : & str =
2430 "the 'app' field should not be declared, as not any node has declared it" ;
0 commit comments