Fix missing paren in +format/region-or-buffer #3054

Because I'm a derp
This commit is contained in:
Henrik Lissner 2020-05-06 16:43:42 -04:00
parent 200ab5b9af
commit 9a628c7a12
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -227,7 +227,7 @@ is selected)."
(if (and (bound-and-true-p lsp-mode)
(lsp-feature? "textDocument/formatting"))
#'lsp-format-buffer
#'+format/buffer)))
#'+format/buffer))))
;;