Skip to content

Commit c54a3f4

Browse files
committed
929: fix code style
1 parent f47876c commit c54a3f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/NewModuleAction.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void update(final AnActionEvent event) {
9696
final boolean isCustomVendorDirValid =
9797
MagentoBasePathUtil.isCustomVendorDirValid(sourceDirPath);
9898

99-
if (!isCustomCodeSourceDirValid && !isCustomVendorDirValid) {
99+
if (!isCustomCodeSourceDirValid && !isCustomVendorDirValid) { //NOPMD
100100
event.getPresentation().setVisible(false);
101101
return;
102102
}

0 commit comments

Comments
 (0)