From b109418ede61caf257053144956bfcd5298ecc5a Mon Sep 17 00:00:00 2001 From: Rob Rix Date: Fri, 27 Nov 2015 11:18:51 -0500 Subject: [PATCH] =?UTF-8?q?We=20don=E2=80=99t=20need=20`format`=20after=20?= =?UTF-8?q?all.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Unified.hs | 2 -- 1 file changed, 2 deletions(-) diff --git a/app/Unified.hs b/app/Unified.hs index 953a19ab6..1bc0d6ed1 100644 --- a/app/Unified.hs +++ b/app/Unified.hs @@ -27,8 +27,6 @@ unified diff before after = before = maybe "" (applyAttribute beforeAttribute . change "-" . unifiedTerm before) $ Patch.before patch after = maybe "" (applyAttribute afterAttribute . change "+" . unifiedTerm after) $ Patch.after patch - format string = chunk string & fore red & bold - beforeAttribute = Attribute { colour = Red, style = Bold } afterAttribute = Attribute { colour = Green, style = Bold }