Skip to content

Commit a9a9f9a

Browse files
committed
fix
1 parent 017d920 commit a9a9f9a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

opentelemetry-http/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ impl Extractor for HeaderExtractor<'_> {
4343
.map(|value| value.as_str())
4444
.collect::<Vec<_>>()
4545
}
46-
4746
}
4847

4948
pub type HttpError = Box<dyn std::error::Error + Send + Sync + 'static>;

0 commit comments

Comments
 (0)