branch: externals/dash commit 406f6f3e71cc47fb15eb58b44c096bbe7887ece7 Author: Matus Goljer <matus.gol...@gmail.com> Commit: Matus Goljer <matus.gol...@gmail.com>
Fix whitespace --- dev/examples-to-docs.el | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/dev/examples-to-docs.el b/dev/examples-to-docs.el index 2a52375..e5ab510 100644 --- a/dev/examples-to-docs.el +++ b/dev/examples-to-docs.el @@ -31,12 +31,12 @@ (defun example-to-string (example) (-let* (((actual sym expected) example) - (comment - (cond - ((eq sym '=>) (format "=> %S" expected)) - ((eq sym '~>) (format "~> %S" expected)) - ((eq sym '!!>) (format "Error")) - (t (error "Invalid test case: %S" `(,actual ,sym ,expected)))))) + (comment + (cond + ((eq sym '=>) (format "=> %S" expected)) + ((eq sym '~>) (format "~> %S" expected)) + ((eq sym '!!>) (format "Error")) + (t (error "Invalid test case: %S" `(,actual ,sym ,expected)))))) (--> comment (format "%S ;; %s" actual it) (replace-regexp-in-string "\\\\\\?" "?" it)