Skip to content

Commit 75b6fc5

Browse files
committed
Fix checkstyle
1 parent c1d1581 commit 75b6fc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/mapstruct/intellij/expression/JavaExpressionInjector.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ else if ( resolved instanceof PsiParameter ) {
9797
return;
9898
}
9999

100-
PsiMethod method = PsiTreeUtil.getParentOfType( annotationParameterList, PsiMethod.class );;
100+
PsiMethod method = PsiTreeUtil.getParentOfType( annotationParameterList, PsiMethod.class );
101101
if ( method == null ) {
102102
return;
103103
}

0 commit comments

Comments
 (0)