Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
olivergrabinski committed Oct 20, 2023
1 parent 8e76c68 commit aad2012
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ object KamonMonitoringCats {
component: String,
tags: Map[String, Any] = Map.empty,
takeSamplingDecision: Boolean = true
)(io: IO[A]): IO[A] = {
)(io: IO[A]): IO[A] = {
if (enabled)
buildSpan(name, component, tags).bracketCase(_ => io) {
case (span, ExitCase.Completed) => finishSpan(span, takeSamplingDecision)
Expand Down

0 comments on commit aad2012

Please sign in to comment.