Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
janstenpickle committed Jan 30, 2023
1 parent 4169771 commit bc5a3f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ class KafkaMetricsSuite extends CatsEffectSuite with TestContainerForAll {
Resource.eval(IO.delay(new CollectorRegistry())).flatMap { reg =>
JavaMetricRegistry
.fromSimpleClientRegistry[IO](
reg,
reg
)
.map(MetricFactory.builder.build(_) -> reg)
}
Expand Down

0 comments on commit bc5a3f8

Please sign in to comment.