Skip to content

Commit 944b904

Browse files
committed
formatting
1 parent 7534388 commit 944b904

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

test/Spec/MockContract.hs

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -670,10 +670,11 @@ mockSlotRange ::
670670
forall (w :: Type).
671671
POSIXTimeRange ->
672672
MockContract w (Either TimeSlotConversionError SlotRange)
673-
mockSlotRange = pure . Right . \case
674-
Interval (LowerBound NegInf True) (UpperBound PosInf True) ->
675-
Interval (LowerBound NegInf True) (UpperBound PosInf True)
676-
_ ->
677-
slotRange
673+
mockSlotRange =
674+
pure . Right . \case
675+
Interval (LowerBound NegInf True) (UpperBound PosInf True) ->
676+
Interval (LowerBound NegInf True) (UpperBound PosInf True)
677+
_ ->
678+
slotRange
678679
where
679680
slotRange = Interval (lowerBound 47577202) (strictUpperBound 50255602)

0 commit comments

Comments
 (0)