1
0
Fork 0

style: correct indentation

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2023-08-06 19:04:08 -07:00
parent 6910b59c42
commit 6fd1f3b4fe
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -12,7 +12,7 @@
(let* ((url (or url
(read-string "Download URL: ")))
(default-filename (or filename
(car (last (split-string url "/" t)))))
(car (last (split-string url "/" t)))))
(filename (or filename
(read-string (format "Filename (%s): " default-filename)
nil