Skip to content
This repository has been archived by the owner on Mar 23, 2021. It is now read-only.

Commit

Permalink
Making coveralls 100%...
Browse files Browse the repository at this point in the history
  • Loading branch information
EuAndreh committed Jun 8, 2015
1 parent 4d06881 commit 6c4f360
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/readtable.lisp
Expand Up @@ -48,7 +48,7 @@ If any key is repeated (tested with @cl:spec(equal) in @c(#'repeated-keys-p)), o
((repeated-keys-p pairs)
(error "Repeated key(~s) in bson document literal." it))
(t `(let ((,g!document (make-instance '<document>)))
,@(mapcar (lambda (a1) `(add-element ,g!document ,(first a1) ,(second a1)))
,@(mapcar #` (add-element ,g!document ,(first a1) ,(second a1))
pairs)
,g!document)))))

Expand Down

0 comments on commit 6c4f360

Please sign in to comment.