code format

pull/129/head
骏烈 7 years ago
parent b5f0795048
commit 4cae72f700

@ -98,7 +98,7 @@ class AliPmdInspectionInvoker(
} }
fun invokeInspection(psiFile: PsiFile?, manager: InspectionManager, rule: Rule, fun invokeInspection(psiFile: PsiFile?, manager: InspectionManager, rule: Rule,
isOnTheFly: Boolean): Array<ProblemDescriptor>? { isOnTheFly: Boolean): Array<ProblemDescriptor>? {
if (psiFile == null) { if (psiFile == null) {
return null return null
} }

Loading…
Cancel
Save