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

View File

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