Minor identation fix
Done automatically, not fighting it.
This commit is contained in:
parent
ae5657fcc9
commit
ffe7eaf727
@ -662,7 +662,7 @@ quite sure whether something like this exists already?"
|
|||||||
|
|
||||||
(-each-indexed (string-to-list base45-alphabet)
|
(-each-indexed (string-to-list base45-alphabet)
|
||||||
(-lambda (index char)
|
(-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
|
;; Add an encode-hash-table here in case base45-encode-string will ever be
|
||||||
;; written, like so: (puthash index char encode-hash-table)
|
;; written, like so: (puthash index char encode-hash-table)
|
||||||
))
|
))
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user