Skip to content

Commit d29d6cc

Browse files
committed
fmt
1 parent 988e80d commit d29d6cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/aggregation.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ impl fmt::Display for Aggregation {
109109

110110
impl Aggregation {
111111
/// Validate that this aggregation has correct configuration
112-
pub (crate) fn validate(&self) -> MetricResult<()> {
112+
pub(crate) fn validate(&self) -> MetricResult<()> {
113113
match self {
114114
Aggregation::Drop => Ok(()),
115115
Aggregation::Default => Ok(()),

0 commit comments

Comments
 (0)