diff --git a/app/components/content/FileTreeNode.vue b/app/components/content/FileTreeNode.vue
index 9f5bcf7..310b69c 100644
--- a/app/components/content/FileTreeNode.vue
+++ b/app/components/content/FileTreeNode.vue
@@ -14,9 +14,6 @@ const props = withDefaults(defineProps<{
isLast: false,
})
-// Splits a trailing " # comment" off a raw label (space-prefixed, like a
-// real code comment), so authors can annotate a tree entry the same way
-// they'd annotate a line of code.
function splitComment(raw: string) {
const index = raw.indexOf(' #')
if (index === -1) return { text: raw, comment: undefined as string | undefined }
diff --git a/public/img/serveex/arr.svg b/public/img/serveex/arr.svg
index 07fc8d5..2ae3678 100644
--- a/public/img/serveex/arr.svg
+++ b/public/img/serveex/arr.svg
@@ -1,4 +1,4 @@
-
\ No newline at end of file
+
\ No newline at end of file