Skip to content

Commit 39467b6

Browse files
committed
fix formatting
1 parent b9b2b51 commit 39467b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mirai-console/backend/mirai-console/src/internal/plugin/JvmPluginInternal.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -128,10 +128,10 @@ internal abstract class JvmPluginInternal(
128128

129129
val except = try {
130130
javaClass.getDeclaredAnnotation(ConsoleJvmPluginFuncCallbackStatusExcept.OnEnable::class.java)
131-
}catch(e: Throwable){
131+
} catch (e: Throwable) {
132132
null
133133
}
134-
134+
135135
kotlin.runCatching {
136136
onEnable()
137137
}.fold(

0 commit comments

Comments
 (0)