Skip to content

Commit 6be7d1e

Browse files
committed
Reformat XML files
1 parent 2be5545 commit 6be7d1e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Version/etc/frontend/routes.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:App/etc/routes.xsd">
99
<router id="standard">
1010
<route id="magento_version" frontName="magento_version">
11-
<module name="Magento_Version" />
11+
<module name="Magento_Version"/>
1212
</route>
1313
</router>
1414
</config>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
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_Version" >
9+
<module name="Magento_Version">
1010
</module>
1111
</config>

0 commit comments

Comments
 (0)