Skip to content

Commit 314d9f0

Browse files
committed
fix: fixture ignore indentation
- use 4 spaces
1 parent 3233f0f commit 314d9f0

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

test/fixtures/ignore.expected.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
3-
<body>
4-
<img class="ignore-class" srcset="photo-lg.jpg 1000w, photo-md.jpg 500w, photo-sm.jpg 250w" src="photo.png">
5-
<picture><source type="image/webp" srcset="photo.png.webp"><img src="photo.png"></picture>
6-
</body>
3+
<body>
4+
<img class="ignore-class" srcset="photo-lg.jpg 1000w, photo-md.jpg 500w, photo-sm.jpg 250w" src="photo.png">
5+
<picture><source type="image/webp" srcset="photo.png.webp"><img src="photo.png"></picture>
6+
</body>
77
</html>

test/fixtures/ignore.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!doctype html>
22
<html>
3-
<body>
4-
<img class="ignore-class" srcset="photo-lg.jpg 1000w, photo-md.jpg 500w, photo-sm.jpg 250w" src="photo.png">
5-
<img src="photo.png">
6-
</body>
3+
<body>
4+
<img class="ignore-class" srcset="photo-lg.jpg 1000w, photo-md.jpg 500w, photo-sm.jpg 250w" src="photo.png">
5+
<img src="photo.png">
6+
</body>
77
</html>

0 commit comments

Comments
 (0)