From c3008af5cfe2970157899a5bb885f493a1b55f86 Mon Sep 17 00:00:00 2001 From: Jeremie Dimino Date: Mon, 16 Jul 2018 08:58:27 +0100 Subject: [PATCH] Fix #1008 Signed-off-by: Jeremie Dimino --- src/stanza.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stanza.ml b/src/stanza.ml index 084a12a5..d0852e0d 100644 --- a/src/stanza.ml +++ b/src/stanza.ml @@ -41,7 +41,7 @@ module Of_sexp = struct ; pp = fun ppf -> Format.fprintf ppf "These parentheses are no longer necessary with dune, \ - please remove them." + please remove them.@\n" } | _ -> None)