Skip to content

Commit 4cae72f

Browse files
author
骏烈
committed
code format
1 parent b5f0795 commit 4cae72f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

idea-plugin/p3c-common/src/main/kotlin/com/alibaba/p3c/idea/inspection/AliPmdInspectionInvoker.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ class AliPmdInspectionInvoker(
9898
}
9999

100100
fun invokeInspection(psiFile: PsiFile?, manager: InspectionManager, rule: Rule,
101-
isOnTheFly: Boolean): Array<ProblemDescriptor>? {
101+
isOnTheFly: Boolean): Array<ProblemDescriptor>? {
102102
if (psiFile == null) {
103103
return null
104104
}

0 commit comments

Comments
 (0)