Skip to content

Commit fae5746

Browse files
committed
完善代码
1 parent c71bbef commit fae5746

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

module-communication-ksp/src/main/java/com/flyjingfish/module_communication_ksp/CommunicationKspSymbolProcessor.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -504,8 +504,8 @@ class CommunicationKspSymbolProcessor(
504504
.build())
505505
.build())
506506
.addInitializerBlock(CodeBlock.of("if (initClazzMap){\n" +
507-
" registerMap()\n" +
508-
" }"))
507+
" registerMap()\n" +
508+
"}\n"))
509509
classBuilder.addFunction(registerMapFun.build())
510510
val getClazzFun = whatsMyName("getInfoByPath")
511511
.addModifiers(KModifier.OVERRIDE)

0 commit comments

Comments
 (0)