We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0f59b3 commit 85dfea4Copy full SHA for 85dfea4
src/com/magento/idea/magento2plugin/actions/generation/dialog/validator/NewViewModelValidator.java
@@ -32,7 +32,7 @@ public NewViewModelValidator() {
32
33
public boolean validate()
34
{
35
- String errorTitle =commonBundle.message("common.error");
+ String errorTitle = commonBundle.message("common.error");
36
37
String moduleName = dialog.getViewModelName();
38
if (moduleName.length() == 0) {
0 commit comments