Fix indentation

This commit is contained in:
Marcus Kammer 2023-07-15 08:31:27 +02:00
parent 09042ab8ab
commit 7cb1621bd8
Signed by: marcuskammer
GPG key ID: C374817BE285268F

View file

@ -20,7 +20,10 @@
(:file "nav-tab")
(:file "pagination")
(:file "table")
(:file "spinner"))))
(:file "spinner")))
(:module "src/layout"
:components
((:file "col"))))
:description "A Common Lisp library for generating Bootstrap-based HTML markup. It provides macros to easily create Bootstrap components such as accordions, alerts, badges, buttons, cards, dropdowns, headers, list groups, navbars, nav-tabs, pagination, and tables. This library is dependent on the Spinneret library for HTML generation."
:in-order-to ((test-op (test-op "cl-sbt/tests"))))