mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 20:51:55 -07:00
Remove redundant parens
This commit is contained in:
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
|
||||||
|
Reference in New Issue
Block a user