Skip to content

Commit c9ae0b6

Browse files
authored
Remove empty line
1 parent 37e3c09 commit c9ae0b6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/rules/snippets/examples/rewrite-site-links.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export default {
4343
if (!res.headers.has("Content-Type")) {
4444
return res;
4545
}
46-
4746
const contentType = res.headers.get("Content-Type");
4847
if (typeof contentType !== "string") {
4948
return res;

0 commit comments

Comments
 (0)