Skip to content

Commit

Permalink
Revert spacing change in Semantics/Arbitrary.hs
Browse files Browse the repository at this point in the history
  • Loading branch information
jhbertra committed Jun 2, 2023
1 parent 3dbd7a8 commit e493a8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion marlowe-test/src/Spec/Marlowe/Semantics/Arbitrary.hs
Expand Up @@ -961,7 +961,7 @@ instance SemiArbitrary Contract where
, pure Close
]
else frequency
[ (4 , Pay <$> semiArbitrary ctx <*> semiArbitrary ctx <*> semiArbitrary ctx <*> semiArbitrary ctx <*> resize (pred size) (semiArbitrary ctx))
[ (4, Pay <$> semiArbitrary ctx <*> semiArbitrary ctx <*> semiArbitrary ctx <*> semiArbitrary ctx <*> resize (pred size) (semiArbitrary ctx))
, (2, If <$> semiArbitrary ctx <*> resize (size `quot` 2) (semiArbitrary ctx) <*> resize (size `quot` 2) (semiArbitrary ctx))
, ( 3
, do
Expand Down

0 comments on commit e493a8f

Please sign in to comment.