code format

This commit is contained in:
骏烈
2017-10-23 15:36:38 +08:00
parent b5f0795048
commit 4cae72f700

View File

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