Skip to content

Commit

Permalink
Merge pull request #6644 from commercialhaskell/fix6643-reformat
Browse files Browse the repository at this point in the history
Remove redundant let
  • Loading branch information
mpilgrem committed Aug 11, 2024
2 parents a2f53e1 + 56472fa commit 4fb994f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Stack/Build/Execute.hs
Original file line number Diff line number Diff line change
Expand Up @@ -368,7 +368,7 @@ executePlan' :: HasEnvConfig env
-> RIO env ()
executePlan' installedMap0 targets plan ee = do
let !buildOpts = ee.buildOpts
let !testOpts = buildOpts.testOpts
!testOpts = buildOpts.testOpts
when testOpts.coverage deleteHpcReports
cv <- view actualCompilerVersionL
whenJust (nonEmpty $ Map.toList plan.unregisterLocal) $ \ids -> do
Expand Down

0 comments on commit 4fb994f

Please sign in to comment.