Skip to content

Commit

Permalink
fix spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Aug 13, 2024
1 parent 8c1a17b commit 68eb5f8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions opentelemetry/src/metrics/meter.rs
Original file line number Diff line number Diff line change
Expand Up @@ -264,8 +264,7 @@ pub trait MeterProvider {
/// ```
///
#[derive(Clone)]
pub struct Meter
{
pub struct Meter {
pub(crate) instrument_provider: Arc<dyn InstrumentProvider + Send + Sync>,
}

Expand Down

0 comments on commit 68eb5f8

Please sign in to comment.