Skip to content

Commit e899451

Browse files
authored
ENGCOM-6573: Module xml extra end tag removed #26339
2 parents 673d723 + b404ff5 commit e899451

File tree

4 files changed

+4
-8
lines changed

4 files changed

+4
-8
lines changed

app/code/Magento/Dhl/etc/module.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_Dhl" >
10-
</module>
9+
<module name="Magento_Dhl"/>
1110
</config>

app/code/Magento/Rss/etc/module.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_Rss" >
10-
</module>
9+
<module name="Magento_Rss"/>
1110
</config>

app/code/Magento/Translation/etc/module.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_Translation" >
10-
</module>
9+
<module name="Magento_Translation"/>
1110
</config>

app/code/Magento/Ups/etc/module.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,5 @@
66
*/
77
-->
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
9-
<module name="Magento_Ups" >
10-
</module>
9+
<module name="Magento_Ups"/>
1110
</config>

0 commit comments

Comments
 (0)