Skip to content

Commit 85dfea4

Browse files
committed
Small fix
1 parent b0f59b3 commit 85dfea4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/NewViewModelValidator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public NewViewModelValidator() {
3232

3333
public boolean validate()
3434
{
35-
String errorTitle =commonBundle.message("common.error");
35+
String errorTitle = commonBundle.message("common.error");
3636

3737
String moduleName = dialog.getViewModelName();
3838
if (moduleName.length() == 0) {

0 commit comments

Comments
 (0)