Skip to content

Commit 4c462bb

Browse files
committed
Auto-fix code quality problems
1 parent c153ae4 commit 4c462bb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/TableOfContentsScript.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,5 @@
2121
document.querySelectorAll("section[id]").forEach((section) => {
2222
observer.observe(section);
2323
});
24-
});
24+
});
2525
</script>

0 commit comments

Comments
 (0)