Skip to content

Commit 9b71337

Browse files
committed
Satisfy fourmolu
1 parent 8fefe60 commit 9b71337

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

cabal-install/src/Distribution/Client/CmdListBin.hs

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -377,10 +377,8 @@ renderListBinProblem (TargetProblemMatchesMultiple targetSelector targets) =
377377
++ renderTargetSelector targetSelector
378378
++ " which includes "
379379
++ renderListCommaAnd
380-
( (("the " ++)
381-
<$> showComponentName) . availableTargetComponentName <$> foldMap
382-
(`filterTargetsKind` targets)
383-
[ExeKind, TestKind, BenchKind]
380+
( (("the " ++) <$> showComponentName) . availableTargetComponentName
381+
<$> foldMap (`filterTargetsKind` targets) [ExeKind, TestKind, BenchKind]
384382
)
385383
++ "."
386384
renderListBinProblem (TargetProblemMultipleTargets selectorMap) =

0 commit comments

Comments
 (0)