Fix lint errors (redundant bracket)
authorKlaus Aehlig <aehlig@google.com>
Tue, 7 May 2013 16:28:21 +0000 (18:28 +0200)
committerKlaus Aehlig <aehlig@google.com>
Tue, 7 May 2013 16:40:49 +0000 (18:40 +0200)
Signed-off-by: Klaus Aehlig <aehlig@google.com>
Reviewed-by: Guido Trotter <ultrotter@google.com>

src/Ganeti/HTools/Program/Hroller.hs

index 356cea5..8269c88 100644 (file)
@@ -137,8 +137,8 @@ main opts args = do
       Just grp -> return (Just grp)
 
   let nodes = IntMap.filter (foldl (liftA2 (&&)) (const True)
-                             [ (not . Node.offline) 
-                             , (hasTag $ optNodeTags opts)
+                             [ not . Node.offline 
+                             , hasTag $ optNodeTags opts
                              , hasGroup wantedGroup ])
               nlf