Skip to content

Commit

Permalink
Update mod.rs
Browse files Browse the repository at this point in the history
fix format
  • Loading branch information
ramgdev authored Mar 3, 2024
1 parent e47a80f commit 04593ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-otlp/src/exporter/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -231,7 +231,7 @@ fn parse_header_string(value: &str) -> impl Iterator<Item = (&str, String)> {
.filter_map(parse_header_key_value_string)
}

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

0 comments on commit 04593ec

Please sign in to comment.