Skip to content
Snippets Groups Projects
Commit 004398d0 authored by Klaus Aehlig's avatar Klaus Aehlig
Browse files

Fix lint errors (redundant bracket)


Signed-off-by: default avatarKlaus Aehlig <aehlig@google.com>
Reviewed-by: default avatarGuido Trotter <ultrotter@google.com>
parent 62441832
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment