lang/ocaml: remove ocamlformat comment

It doesn't apply anymore
This commit is contained in:
Henrik Lissner 2018-10-16 14:02:55 -04:00
parent a116507672
commit 5ceb64705f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -18,5 +18,3 @@
(when (featurep! :editor format)
(unless (executable-find "ocamlformat")
(warn! "Couldn't find ocamlformat. Code-formatting will be unavailable")))
;; ocamlformat is optional, don't warn about it