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/tg/message.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/tg/message.lisp') diff --git a/src/tg/message.lisp b/src/tg/message.lisp index 4707c57..e7043bc 100644 --- a/src/tg/message.lisp +++ b/src/tg/message.lisp @@ -160,7 +160,7 @@ ;; (video-chat-participants-invited (or video-chat-participants-invited null) nil) ;; (web-app-data (or web-app-data null) nil) ;; (reply-markup (or inline-keyboard-markup null) nil) - ) + ) ; lint:suppress closing-parens-same-line whitespace-before-close-paren (defun message-id (msg) (message-message-id msg)) -- cgit v1.2.3