Skip to content

Commit 2fbf94d

Browse files
committed
Update more snapshots
1 parent 70e4215 commit 2fbf94d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

packages/stylelint-config/test/__snapshots__/scss.js.snap

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -40,17 +40,17 @@ exports[`flags warnings with invalid scss snapshot matches warnings 1`] = `
4040
},
4141
{
4242
"column": 2,
43-
"endColumn": 3,
44-
"endLine": 12,
43+
"endColumn": 1,
44+
"endLine": 13,
4545
"line": 12,
4646
"rule": "scss/at-if-closing-brace-newline-after",
4747
"severity": "error",
4848
"text": "Unexpected newline after "}" of @if statement (scss/at-if-closing-brace-newline-after)",
4949
},
5050
{
5151
"column": 2,
52-
"endColumn": 3,
53-
"endLine": 12,
52+
"endColumn": 1,
53+
"endLine": 13,
5454
"line": 12,
5555
"rule": "scss/at-if-closing-brace-space-after",
5656
"severity": "error",

0 commit comments

Comments
 (0)