Skip to content

Commit e97c6ae

Browse files
committed
Fix spacing
1 parent bdbbdb9 commit e97c6ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-prometheus/tests/integration_test.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -822,7 +822,7 @@ fn gather_and_compare_multi(
822822
let metric_families = registry.gather();
823823
encoder.encode(&metric_families, &mut output).unwrap();
824824

825-
let output_string = if cfg!(windows){
825+
let output_string = if cfg!(windows) {
826826
String::from_utf8(output).unwrap().replace('\n', "\r\n")
827827
} else {
828828
String::from_utf8(output).unwrap()

0 commit comments

Comments
 (0)