Minor identation fix

Done automatically, not fighting it.
This commit is contained in:
Daniel Borchmann 2024-12-30 10:39:46 +01:00
parent ae5657fcc9
commit ffe7eaf727
No known key found for this signature in database
GPG Key ID: 784AA8DF0CCDF625

View File

@ -662,7 +662,7 @@ quite sure whether something like this exists already?"
(-each-indexed (string-to-list base45-alphabet)
(-lambda (index char)
(puthash char index decode-hash-table)
(puthash char index decode-hash-table)
;; Add an encode-hash-table here in case base45-encode-string will ever be
;; written, like so: (puthash index char encode-hash-table)
))