Skip to content

Commit 446372a

Browse files
committed
AC-952: Create unit test for Magento2\Less\SemicolonSpacingSniff check
- Refactor: Fix indentation
1 parent 7219c66 commit 446372a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Magento2/Tests/Less/SemicolonSpacingUnitTest.less

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
// */
55

66
.nav {
7-
background-color: green
7+
background-color: green
88
}
99

10-
.bar {
11-
background-color: red
12-
color: white
10+
.nav-list {
11+
background-color: red
12+
color: white
1313
}

0 commit comments

Comments
 (0)