From c2a125cefb0bf41140db398248a5b8523b46a42e Mon Sep 17 00:00:00 2001 From: jao Date: Mon, 26 Nov 2018 00:49:33 +0000 Subject: Xmobar.Config.Parse --- src/Xmobar/Run/Template.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Xmobar/Run') diff --git a/src/Xmobar/Run/Template.hs b/src/Xmobar/Run/Template.hs index 5b1e2f2..749edcd 100644 --- a/src/Xmobar/Run/Template.hs +++ b/src/Xmobar/Run/Template.hs @@ -75,5 +75,5 @@ splitTemplate alignSep template = (ce,_:ri) -> [le, ce, ri] _ -> def _ -> def - where [l, r] = if (length alignSep == 2) then alignSep else defaultAlign + where [l, r] = if length alignSep == 2 then alignSep else defaultAlign def = [template, "", ""] -- cgit v1.2.3