Skip to content

Commit d444d7d

Browse files
committed
add whitespace
1 parent 2bee46c commit d444d7d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

opentelemetry/src/common.rs

+2
Original file line numberDiff line numberDiff line change
@@ -253,6 +253,7 @@ into_array!(
253253
(Vec<StringValue>, Array::String),
254254
(Vec<BytesValue>, Array::Bytes),
255255
);
256+
256257
/// The value part of attribute [KeyValue] pairs.
257258
#[non_exhaustive]
258259
#[derive(Clone, Debug, PartialEq)]
@@ -616,6 +617,7 @@ impl InstrumentationScope {
616617
self.attributes.iter()
617618
}
618619
}
620+
619621
/// Configuration options for [InstrumentationScope].
620622
///
621623
/// An instrumentation scope is a library or crate providing instrumentation.

0 commit comments

Comments
 (0)