Skip to content

Commit

Permalink
hlint
Browse files Browse the repository at this point in the history
  • Loading branch information
arcz committed Apr 5, 2023
1 parent 9874d03 commit bc482a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Echidna/UI.hs
Original file line number Diff line number Diff line change
Expand Up @@ -300,7 +300,7 @@ mergeCampaigns campaigns =
, genDict = emptyDict -- TODO
, corpus = mempty -- TODO
, ncallseqs = sum ((.ncallseqs) <$> campaigns)
, timeStarted = (head campaigns).timeStarted
, timeStarted = (.timeStarted) . head $ campaigns
}
where
mergeTests :: [EchidnaTest] -> EchidnaTest
Expand Down

0 comments on commit bc482a0

Please sign in to comment.