Skip to content

Commit

Permalink
Fix fourmolu formatting (linter version bump)
Browse files Browse the repository at this point in the history
  • Loading branch information
uhbif19 committed Jun 18, 2024
1 parent a258e9c commit 715c043
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/Cardano/CEM/OnChain.hs
Original file line number Diff line number Diff line change
Expand Up @@ -141,8 +141,9 @@ genericCEMScript script scriptStage =
&& let
expectedInterval =
always
-- stageToOnChainInterval' stageParams (traceError "TODO")
in
-- stageToOnChainInterval' stageParams (traceError "TODO")

traceIfFalse "Wrong interval for transition stage"
$ expectedInterval
`contains` txInfoValidRange info
Expand Down

0 comments on commit 715c043

Please sign in to comment.