mirror of
https://github.com/xmonad/xmonad.git
synced 2025-08-01 12:41:53 -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
|
||||
{ display = dpy
|
||||
, 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
|
||||
, wmdelete = wmdelt
|
||||
, wmprotocols = wmprot
|
||||
|
Reference in New Issue
Block a user