minor stylistic change

This commit is contained in:
2025-05-12 10:15:17 -04:00
parent accb675a7e
commit f253c63db3

View File

@@ -44,7 +44,7 @@ TODO: more documentation"
"Extract the column names from a table"
(let (result)
(dolist (row source)
(when (and (listp row) (equal "!" (car row)))
(when (and (listp row) (equal (car row) "!"))
(let ((n 2))
(dolist (cell (cdr row))
(unless (equal cell "")