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.lisp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/tg.lisp') diff --git a/src/tg.lisp b/src/tg.lisp index 1ee7da0..05b6e90 100644 --- a/src/tg.lisp +++ b/src/tg.lisp @@ -1,7 +1,7 @@ ;; SPDX-License-Identifier: EUPL-1.2 ;; SPDX-FileCopyrightText: 2025 Uko Kokņevičs (uiop:define-package :ukkoclot/tg - (:use) + (:use :c2cl) (:use-reexport :ukkoclot/tg/animation :ukkoclot/tg/answer-callback-query @@ -45,5 +45,5 @@ :ukkoclot/tg/suggested-post-price :ukkoclot/tg/update :ukkoclot/tg/user - :ukkoclot/tg/web-app-info - )) + :ukkoclot/tg/web-app-info)) +(in-package :ukkoclot/tg) -- cgit v1.2.3