Skip to content

Commit c3d539c

Browse files
committed
Satisfy fourmolu
1 parent 2d5d167 commit c3d539c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,6 @@ genBoundsCommand =
8484
genBoundsAction :: NixStyleFlags GenBoundsFlags -> [String] -> GlobalFlags -> IO ()
8585
genBoundsAction flags targetStrings globalFlags =
8686
withContextAndSelectors verbosity RejectNoTargets Nothing flags targetStrings globalFlags OtherCommand $ \targetCtx ctx targetSelectors -> do
87-
8887
baseCtx <- case targetCtx of
8988
ProjectContext -> return ctx
9089
GlobalContext -> return ctx
@@ -153,8 +152,8 @@ genBoundsAction flags targetStrings globalFlags =
153152
notice verbosity boundsNeededMsg
154153
mapM_ (renderBoundsResult verbosity) boundsActions
155154
else notice verbosity "All bounds up-to-date"
156-
where
157-
verbosity = cfgVerbosity normal flags
155+
where
156+
verbosity = cfgVerbosity normal flags
158157

159158
data GenBoundsResult = GenBoundsResult PackageIdentifier ComponentTarget (Maybe [PackageIdentifier])
160159

0 commit comments

Comments
 (0)