Skip to content

Commit ea18fda

Browse files
654: Fixed code style check
1 parent 67901f2 commit ea18fda

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/com/magento/idea/magento2plugin/stubs/indexes/WebApiTypeIndex.java

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,10 @@ public class WebApiTypeIndex extends ScalarIndexExtension<String> {
6868
if (document == null) {
6969
return map;
7070
}
71-
final XmlTag[] xmlTags = PsiTreeUtil.getChildrenOfType(psiFile.getFirstChild(), XmlTag.class);
71+
final XmlTag[] xmlTags = PsiTreeUtil.getChildrenOfType(
72+
psiFile.getFirstChild(),
73+
XmlTag.class
74+
);
7275

7376
if (xmlTags == null) {
7477
return map;

0 commit comments

Comments
 (0)