diff options
| author | ckonstanski <carlos.konstanski@olo.com> | 2021-05-30 21:52:58 -0600 |
|---|---|---|
| committer | ckonstanski <carlos.konstanski@olo.com> | 2021-05-30 21:52:58 -0600 |
| commit | 33a116e888c9a09f4bddd68bf9405339bf6cb3d8 (patch) | |
| tree | 381c9c44fc876eaaeeadbe4d33e4598ab434a038 /src | |
| parent | 8655f5cdadd6bd433dc8c91a31d6102565a9a8c4 (diff) | |
remove superfluous #s
Diffstat (limited to 'src')
| -rw-r--r-- | src/json.lisp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/json.lisp b/src/json.lisp index d7e550b..5f3c75a 100644 --- a/src/json.lisp +++ b/src/json.lisp @@ -4,7 +4,7 @@ (defpackage :org-ckons-json (:use :cl)) -(in-package #:org-ckons-json) +(in-package :org-ckons-json) (defun json-to-object (object-type json-obj) (remove-if-not (lambda (x) |
