Skip to content

Commit d5de3e3

Browse files
committed
993: update code style
1 parent 932f4af commit d5de3e3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/magento/idea/magento2plugin/actions/context/xml/NewEmailTemplatesXmlAction.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,8 @@
1818
public class NewEmailTemplatesXmlAction extends AbstractContextAction {
1919

2020
public static final String ACTION_NAME = "Magento 2 Email Templates File";
21-
public static final String ACTION_DESCRIPTION = "Create a new Magento 2 email_templates.xml file";
21+
public static final String ACTION_DESCRIPTION =
22+
"Create a new Magento 2 email_templates.xml file";
2223

2324
/**
2425
* New email_templates.xml file generation action constructor.

0 commit comments

Comments
 (0)