No need to check and concatenate string

This commit is contained in:
Marcus Kammer 2023-07-21 09:39:56 +02:00
parent 9e8d66b922
commit 93e79a66a7
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -67,8 +67,7 @@ Example usage:
; provided content."
`(spinneret:with-html
(:h4 "About")
(:p :class ,(concatenate 'string
(if color (apply #'cl-sbt/utility:color color) ""))
(:p :class ,(apply #'cl-sbt/utility:color color)
,@body)))
(defmacro contact (&rest rest)