Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Him188 committed Nov 18, 2022
1 parent b9b2b51 commit 39467b6
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -128,10 +128,10 @@ internal abstract class JvmPluginInternal(

val except = try {
javaClass.getDeclaredAnnotation(ConsoleJvmPluginFuncCallbackStatusExcept.OnEnable::class.java)
}catch(e: Throwable){
} catch (e: Throwable) {
null
}

kotlin.runCatching {
onEnable()
}.fold(
Expand Down

0 comments on commit 39467b6

Please sign in to comment.