From e9e128bef7896eeda8cd6eede1697c055d972fed Mon Sep 17 00:00:00 2001 From: ckonstanski Date: Sat, 23 Dec 2023 19:01:03 -0700 Subject: whitespace --- src/json.lisp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'src/json.lisp') diff --git a/src/json.lisp b/src/json.lisp index 5f3c75a..f87bf5b 100644 --- a/src/json.lisp +++ b/src/json.lisp @@ -68,8 +68,8 @@ list-of-objects))) (let ((listobj (listify list-of-objects))) (org-ckons-core::reduce-to-comma-separated-string (mapcar (lambda (alist) - (if explicit-encoder-p - (json:with-explicit-encoder - (json:encode-json-to-string (cons :object alist))) - (json:encode-json-alist-to-string alist))) - listobj))))) + (if explicit-encoder-p + (json:with-explicit-encoder + (json:encode-json-to-string (cons :object alist))) + (json:encode-json-alist-to-string alist))) + listobj))))) -- cgit v1.3