Skip to content

Commit

Permalink
squash: Fix ktlint errors.
Browse files Browse the repository at this point in the history
  • Loading branch information
bgrozev committed Mar 21, 2024
1 parent ab41446 commit b762cfd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jvb/src/main/kotlin/org/jitsi/videobridge/metrics/Metrics.kt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,8 @@ object Metrics {

/** Updating the metrics shouldn't block anywhere, but use a separate executor just in case. */
private val executor = Executors.newSingleThreadScheduledExecutor(
CustomizableThreadFactory("MetricsUpdater-scheduled", false))
CustomizableThreadFactory("MetricsUpdater-scheduled", false)
)
val metricsUpdater = MetricsUpdater(executor, interval)

/**
Expand Down

0 comments on commit b762cfd

Please sign in to comment.