Skip to content

Commit

Permalink
Harmonize Kotlin example
Browse files Browse the repository at this point in the history
  • Loading branch information
ningenMe authored and snicoll committed Jun 20, 2022
1 parent cd38347 commit 6685d49
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -32,5 +32,5 @@ class MyApplication {
}

fun main(args: Array<String>) {
SpringApplication.run(MyApplication::class.java, *args)
}
exitProcess(SpringApplication.exit(SpringApplication.run(MyApplication::class.java, *args)))
}

0 comments on commit 6685d49

Please sign in to comment.