From 5ceb64705ffe0741c24b686e525d51e5dbfff197 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Tue, 16 Oct 2018 14:02:55 -0400 Subject: [PATCH] lang/ocaml: remove ocamlformat comment It doesn't apply anymore --- modules/lang/ocaml/doctor.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/modules/lang/ocaml/doctor.el b/modules/lang/ocaml/doctor.el index 26ec17506..7429c68c6 100644 --- a/modules/lang/ocaml/doctor.el +++ b/modules/lang/ocaml/doctor.el @@ -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