Skip to content

Commit 8273831

Browse files
1144: Removed extra empty lines
1 parent b089766 commit 8273831

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/com/magento/idea/magento2plugin/project/validator/SettingsFormValidator.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,11 @@ public void validate() throws ConfigurationException {
3636
MagentoBasePathUtil.isMagentoFolderValid(magentoRootPath);
3737

3838
if (!MagentoBasePathUtil.isComposerJsonExists(magentoRootPath)) {
39-
4039
if (isMagentoFrameworkDirExist) {
4140
throw new ConfigurationException(
4241
validatorBundle.message("validator.package.validPathComposerFiles")
4342
);
4443
}
45-
4644
throw new ConfigurationException(
4745
validatorBundle.message("validator.package.validPath")
4846
);

0 commit comments

Comments
 (0)