From 4558eff538e2bb1ef1498e824d0e44dcdfba0343 Mon Sep 17 00:00:00 2001 From: contrapunctus Date: Wed, 26 Oct 2022 01:17:03 +0530 Subject: [PATCH] Remove argument from print debugging template Most uses don't have any arguments to `format`. --- templates | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates b/templates index 4a5cbe1..9d0d7f9 100644 --- a/templates +++ b/templates @@ -38,7 +38,7 @@ slime-repl-mode lisp-mode (ln "(:local-nicknames (:" (p "nickname") " :" (p "package-name") ")" q ")") (c "#+(or)") ;; print debugging -(pd "(format *debug-io* \"" (p "string") "\"" q ")") +(pd "(format *debug-io* \"" q "\")") (im "(:import-from :" (s "package") " #:" (s "symbol") ")") (di "(:default-initargs " (s "initarg") ")") (qu "(ql:update-all-dists)" n> "(ql:update-client)")