From 853e281a6719125866f8b948540944c571b091c6 Mon Sep 17 00:00:00 2001
From: Sébastien Dailly <sebastien@chimrod.com>
Date: Sat, 4 Sep 2021 10:52:19 +0200
Subject: Update

---
 src/lib/modifiers/mute.ml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

(limited to 'src/lib/modifiers')

diff --git a/src/lib/modifiers/mute.ml b/src/lib/modifiers/mute.ml
index e23965f..b89fda7 100644
--- a/src/lib/modifiers/mute.ml
+++ b/src/lib/modifiers/mute.ml
@@ -1,8 +1,10 @@
 open StdLabels
+
 (** Mute the last consonant if there is no voyel in the syllabus.
 
     This modifier is only applied in the first step, and not repeated anymore.
-*)let process
+*)
+let process
   : 'a Sig.modifier
   = fun init ->
     let ((v, c) , ending) = init in
-- 
cgit v1.2.3