Skip to content

Commit

Permalink
Fix compilation error
Browse files Browse the repository at this point in the history
  • Loading branch information
varshith257 authored Nov 16, 2024
1 parent 6733960 commit c654d5a
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,6 @@ object OpenTelemetryMetrics {
}
).collect { case (k, Some(v)) => k -> v }

}
)
)

def apply[F[_]](meter: Meter): OpenTelemetryMetrics[F] = apply(meter, Nil)
Expand Down

0 comments on commit c654d5a

Please sign in to comment.