From ec7de1aa1ad2bc14b3b1572ea4cc5024a6c662ae Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sat, 18 Oct 2025 03:06:09 +0300 Subject: Add ocicl lint --- src/strings.lisp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'src/strings.lisp') diff --git a/src/strings.lisp b/src/strings.lisp index 635762c..f08010e 100644 --- a/src/strings.lisp +++ b/src/strings.lisp @@ -42,8 +42,7 @@ (string= gc "Zl") ; Separator, line (string= gc "Zp") ; Separator, paragraph (string= gc "Cc") ; Other, control - (= (char-code ch) #x2800) ; BRAILLE PATTERN BLANK - ))) + (= (char-code ch) #x2800)))) ; BRAILLE PATTERN BLANK (defun is-tg-whitespace-str (str) (iter (for ch in-string str) -- cgit v1.2.3