forked from the-distro/ofborg
fix single-char-push-str clippy warning
This commit is contained in:
parent
2228fa6114
commit
d49a641e76
|
@ -557,7 +557,7 @@ impl MetricCollector {
|
||||||
}})
|
}})
|
||||||
.collect();
|
.collect();
|
||||||
output.push_str(&values.join(\"\n\"));
|
output.push_str(&values.join(\"\n\"));
|
||||||
output.push_str(\"\n\");
|
output.push('\\n');
|
||||||
",
|
",
|
||||||
&mtype.metric_name(),
|
&mtype.metric_name(),
|
||||||
&mtype.description(),
|
&mtype.description(),
|
||||||
|
|
Loading…
Reference in a new issue