Skip to content

Commit 9759adb

Browse files
palascarbolymer
andauthored
Add space before equal to genRandomSimpleScript
Co-authored-by: Mateusz Galazyn <[email protected]>
1 parent 585a8f9 commit 9759adb

File tree

1 file changed

+1
-1
lines changed
  • cardano-api/gen/Test/Gen/Cardano/Api

1 file changed

+1
-1
lines changed

cardano-api/gen/Test/Gen/Cardano/Api/Typed.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ genSimpleScript :: Gen SimpleScript
241241
genSimpleScript = genRandomSimpleScript True
242242

243243
genRandomSimpleScript :: Bool -> Gen SimpleScript
244-
genRandomSimpleScript hasEmptyAnys=
244+
genRandomSimpleScript hasEmptyAnys =
245245
genTerm
246246
where
247247
genTerm = Gen.recursive Gen.choice nonRecursive recursive

0 commit comments

Comments
 (0)