Skip to content

Commit 855f359

Browse files
committed
Added newline to EOF
1 parent d279f00 commit 855f359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ public SettingsFormValidator(
2424
}
2525

2626
/**
27-
* Validates form if plugin is enabled
27+
* Validates form if plugin is enabled.
2828
*
2929
* @throws ConfigurationException Exception
3030
*/
@@ -51,4 +51,4 @@ public void validate() throws ConfigurationException {
5151
}
5252
}
5353
}
54-
}
54+
}

0 commit comments

Comments
 (0)