Skip to content

Commit 2e3c885

Browse files
committed
space
1 parent 4631eae commit 2e3c885

File tree

1 file changed

+1
-1
lines changed
  • opentelemetry-sdk/src/metrics/data

1 file changed

+1
-1
lines changed

opentelemetry-sdk/src/metrics/data/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -531,7 +531,7 @@ impl<T> ExponentialHistogramDataPoint<T> {
531531
}
532532
}
533533

534-
impl <T: Copy> ExponentialHistogramDataPoint<T> {
534+
impl<T: Copy> ExponentialHistogramDataPoint<T> {
535535
/// Returns the minimum value recorded.
536536
pub fn min(&self) -> Option<T> {
537537
self.min

0 commit comments

Comments
 (0)