mirror of
https://github.com/alibaba/p3c.git
synced 2025-10-14 07:01:56 +00:00
code format
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user