Fix extra closing paren in specs-page after removing cond wrapper

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-12 00:30:00 +00:00
parent 2dc13ab34f
commit 6a68894f7d

View File

@@ -357,7 +357,7 @@
:spec-filename (get spec "filename")
:spec-source (read-spec-file (get spec "filename"))
:spec-prose (get spec "prose"))
(~spec-not-found :slug slug))))))))
(~spec-not-found :slug slug)))))))
;; ---------------------------------------------------------------------------
;; Spec Explorer — structured interactive view of spec files