diff options
Diffstat (limited to 'src/Xmobar/Run/Template.hs')
-rw-r--r-- | src/Xmobar/Run/Template.hs | 2 |
1 files changed, 1 insertions, 1 deletions
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, "", ""] |