Skip to content

Commit

Permalink
Update view.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb authored Oct 26, 2024
1 parent 940cb5a commit 707a34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion opentelemetry-sdk/src/metrics/view.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use super::instrument::{Instrument, Stream};
use glob::Pattern;
use opentelemetry::metrics::{MetricError, MetricResult},
use opentelemetry::metrics::{MetricError, MetricResult};

fn empty_view(_inst: &Instrument) -> Option<Stream> {
None
Expand Down

0 comments on commit 707a34e

Please sign in to comment.