We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bdbbdb9 commit e97c6aeCopy full SHA for e97c6ae
opentelemetry-prometheus/tests/integration_test.rs
@@ -822,7 +822,7 @@ fn gather_and_compare_multi(
822
let metric_families = registry.gather();
823
encoder.encode(&metric_families, &mut output).unwrap();
824
825
- let output_string = if cfg!(windows){
+ let output_string = if cfg!(windows) {
826
String::from_utf8(output).unwrap().replace('\n', "\r\n")
827
} else {
828
String::from_utf8(output).unwrap()
0 commit comments