Skip to content

Commit

Permalink
Spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
swankjesse committed Apr 29, 2024
1 parent 6a757ac commit 97f57b2
Showing 1 changed file with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -83,9 +83,10 @@ class TaskRunner(
try {
while (true) {
currentThread.name = task.name
val delayNanos = logger.logElapsed(task, task.queue!!) {
task.runOnce()
}
val delayNanos =
logger.logElapsed(task, task.queue!!) {
task.runOnce()
}

// A task ran successfully. Update the execution state and take the next task.
task = lock.withLock {
Expand Down

0 comments on commit 97f57b2

Please sign in to comment.