We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4631eae commit 2e3c885Copy full SHA for 2e3c885
opentelemetry-sdk/src/metrics/data/mod.rs
@@ -531,7 +531,7 @@ impl<T> ExponentialHistogramDataPoint<T> {
531
}
532
533
534
-impl <T: Copy> ExponentialHistogramDataPoint<T> {
+impl<T: Copy> ExponentialHistogramDataPoint<T> {
535
/// Returns the minimum value recorded.
536
pub fn min(&self) -> Option<T> {
537
self.min
0 commit comments