From e0a1ee3551835751d4625faef487068562c81d1a Mon Sep 17 00:00:00 2001 From: Logen Kain Date: Thu, 26 Mar 2020 05:31:31 -0400 Subject: [PATCH] Style fix --- printf.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)))))