From 6b544b58dba095cafd6906d78b70bfd237397439 Mon Sep 17 00:00:00 2001 From: Uko Kokņevičs Date: Sun, 19 Oct 2025 11:12:24 +0300 Subject: Fix lint issues --- src/tg/parse-mode.lisp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/tg/parse-mode.lisp') diff --git a/src/tg/parse-mode.lisp b/src/tg/parse-mode.lisp index 6fa37c3..b412394 100644 --- a/src/tg/parse-mode.lisp +++ b/src/tg/parse-mode.lisp @@ -1,6 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (defpackage :ukkoclot/src/tg/parse-mode + (:documentation "Different parsing modes for sending text") (:use :c2cl :ukkoclot/src/enum) (:export :html :markdown-legacy :markdown :parse-mode)) (in-package :ukkoclot/src/tg/parse-mode) -- cgit v1.2.3