Skip to content

Commit

Permalink
code format
Browse files Browse the repository at this point in the history
  • Loading branch information
骏烈 committed Oct 23, 2017
1 parent b5f0795 commit 4cae72f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 4cae72f

Please sign in to comment.