Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Luca Palmieri committed May 20, 2022
1 parent 3a6d7a3 commit e39fdd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-api/src/trace/tracer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ impl SpanBuilder {
/// via an [`OrderMap`] instance.
pub fn with_attributes<I>(self, attributes: I) -> Self
where
I: IntoIterator<Item = KeyValue>
I: IntoIterator<Item = KeyValue>,
{
SpanBuilder {
attributes: Some(OrderMap::from_iter(attributes.into_iter())),
Expand Down

0 comments on commit e39fdd4

Please sign in to comment.