From 70fe61971b7fe6041109ff42f626afa302d765b4 Mon Sep 17 00:00:00 2001 From: Spencer Janssen Date: Tue, 8 May 2007 15:04:12 +0000 Subject: [PATCH] Redundant parens --- Operations.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Operations.hs b/Operations.hs index 0b45b75..ac5bcc9 100644 --- a/Operations.hs +++ b/Operations.hs @@ -297,7 +297,7 @@ view n = do ws' <- gets workspace -- If the old workspace isn't visible anymore, we have to hide the windows -- in case we're switching to an empty workspace. - when (m `notElem` (W.visibleWorkspaces ws')) (mapM_ hide (W.index m ws)) + when (m `notElem` W.visibleWorkspaces ws') (mapM_ hide (W.index m ws)) clearEnterEvents setTopFocus