Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 5948132

Browse files
authored
Merge pull request #9124 from #9124
[Imported] Adjust code formatting for better readability
2 parents 11e24fd + d71b708 commit 5948132

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/_videos/fundamentals/create-a-new-module.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,10 @@ Then put the following code into it:
6666
```xml
6767
<?xml version="1.0"?>
6868
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:framework:Module/etc/module.xsd">
69-
<module name="Learning_FirstUnit" setup_version="0.0.1"> <sequence>
70-
<module name="Magento_Catalog"/> </sequence>
69+
<module name="Learning_FirstUnit" setup_version="0.0.1">
70+
<sequence>
71+
<module name="Magento_Catalog"/>
72+
</sequence>
7173
</module>
7274
</config>
7375
```

0 commit comments

Comments
 (0)