Skip to content

Commit 0a5163a

Browse files
author
Vitaliy Boyko
committed
Fixed indent
1 parent c39def5 commit 0a5163a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ public void testReferenceContainerMustHaveCompletion() {
1818
myFixture.configureByFile(filePath);
1919

2020
assertCompletionContains(
21-
filePath,
22-
"test_index_index_container",
23-
"test_index_index_container2"
21+
filePath,
22+
"test_index_index_container",
23+
"test_index_index_container2"
2424
);
2525
}
2626
}

0 commit comments

Comments
 (0)