mirror of
https://github.com/xmonad/xmonad.git
synced 2025-05-19 08:30:21 -07:00
Remove redundant parens
This commit is contained in:
parent
a99841e554
commit
71b897b595
2
Main.hs
2
Main.hs
@ -43,7 +43,7 @@ main = do
|
|||||||
let st = XState
|
let st = XState
|
||||||
{ display = dpy
|
{ display = dpy
|
||||||
, xineScreens = xinesc
|
, xineScreens = xinesc
|
||||||
, wsOnScreen = M.fromList $ map (\n -> (n,n)) [0..((length xinesc)-1)]
|
, wsOnScreen = M.fromList $ map (\n -> (n,n)) [0.. length xinesc - 1]
|
||||||
, theRoot = rootw
|
, theRoot = rootw
|
||||||
, wmdelete = wmdelt
|
, wmdelete = wmdelt
|
||||||
, wmprotocols = wmprot
|
, wmprotocols = wmprot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user