Skip to content

Commit

Permalink
formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Foxcapades committed May 15, 2024
1 parent ef9efb2 commit ca58826
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions service/bootstrap/src/main/kotlin/vdi/bootstrap/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -60,11 +60,7 @@ object Main {

private fun shutdownModules(modules: List<VDIModule>) {
log.info("shutting down modules")
runBlocking { modules.forEach {
launch {
it.stop()
}
} }
runBlocking { modules.forEach { launch { it.stop() } } }
log.info("modules shut down")
}
}

0 comments on commit ca58826

Please sign in to comment.