Skip to content

Commit ffcea95

Browse files
1030: Code refactoring
1 parent 1d24a8f commit ffcea95

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2uct/inspections/xml/ModuleConfigFileInspection.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ abstract class ModuleConfigFileInspection extends XmlSuppressableInspectionTool
3232
private static final String LAYOUT_FILE_REGEX = "\\/(layout|ui_component)\\/.*\\.xml";
3333
private static final Pattern LAYOUT_FILE_PATTERN = Pattern.compile(LAYOUT_FILE_REGEX);
3434

35-
private final String[] supportedFiles = new String[]{
35+
private final String[] supportedFiles = {
3636
"di.xml",
3737
"system.xml",
3838
"events.xml",

0 commit comments

Comments
 (0)