diff --git a/printf.lisp b/printf.lisp index 14914b9..88b34f7 100644 --- a/printf.lisp +++ b/printf.lisp @@ -27,8 +27,7 @@ is replaced with replacement." (car printf-format) (car lisp-format)) (cdr printf-format) - (cdr lisp-format)))) - ) + (cdr lisp-format)))))