Skip to content

Commit 04593ec

Browse files
authored
Update mod.rs
fix format
1 parent e47a80f commit 04593ec

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-otlp/src/exporter

1 file changed

+1
-1
lines changed

opentelemetry-otlp/src/exporter/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -231,7 +231,7 @@ fn parse_header_string(value: &str) -> impl Iterator<Item = (&str, String)> {
231231
.filter_map(parse_header_key_value_string)
232232
}
233233

234-
#[cfg(any(feature = "grpc-tonic", feature = "http-proto", feature="http-json"))]
234+
#[cfg(any(feature = "grpc-tonic", feature = "http-proto", feature = "http-json"))]
235235
fn url_decode(value: &str) -> Option<String> {
236236
let mut result = String::with_capacity(value.len());
237237
let mut chars_to_decode = Vec::<u8>::new();

0 commit comments

Comments
 (0)