aboutsummaryrefslogtreecommitdiffhomepage
path: root/keyed.lisp
diff options
context:
space:
mode:
authorColin Okay <colin@cicadas.surf>2022-10-26 11:44:46 -0500
committerColin Okay <colin@cicadas.surf>2022-10-26 11:44:46 -0500
commitb1b3fcf39cdf7bae870d2dbc8eea172ac806f6b2 (patch)
tree046f1cbeda4101b6653b626a9e19da6b729d5895 /keyed.lisp
parent425dc38a6bb93de99bb3f743683591062ed0dac7 (diff)
Fix+Move: separate playlist module
Diffstat (limited to 'keyed.lisp')
-rw-r--r--keyed.lisp4
1 files changed, 2 insertions, 2 deletions
diff --git a/keyed.lisp b/keyed.lisp
index b38cfe3..c9978bf 100644
--- a/keyed.lisp
+++ b/keyed.lisp
@@ -5,5 +5,5 @@
(defclass/bknr keyed ()
((key
:r :std (nuid)
- :index-type string-unique-index
- :index-reader object-with-key)))
+ :index-type string-unique-index
+ :index-reader object-with-key)))