Skip to content

Commit 51d110d

Browse files
977: Code refactoring
1 parent 2b92a49 commit 51d110d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/com/magento/idea/magento2plugin/completion/xml/BackendModelXmlCompletionRegistrarTest.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
public class BackendModelXmlCompletionRegistrarTest extends CompletionXmlFixtureTestCase {
1212

1313
private static final String[] SYSTEM_XML_BACKEND_MODEL_LOOKUP_STRING_CHECK = {
14-
"Magento\\Backend\\Model\\Source\\Roles"
15-
};
14+
"Magento\\Backend\\Model\\Source\\Roles"
15+
};
1616
private static final String[] CONFIG_XML_BACKEND_MODEL_LOOKUP_STRING_CHECK = {
17-
"Magento\\Backend\\Model\\Source\\YesNo"
17+
"Magento\\Backend\\Model\\Source\\YesNo"
1818
};
1919

2020
public void testSystemXmlElementProvideCompletion() {

0 commit comments

Comments
 (0)