Skip to content

Commit 534414c

Browse files
author
github-actions
committed
Format with fourmolu
1 parent 0702ce2 commit 534414c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

booster/unit-tests/Test/Booster/Pattern/Substitution.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ test_subst =
4545
"compose is transitive and saturating"
4646
$ (("X" |-> [trm| Z:SomeSort{} |]) `compose` ("Y" |-> [trm| X:SomeSort{} |]))
4747
@?= ("X" |-> [trm| Z:SomeSort{} |])
48-
<> ("Y" |-> [trm| Z:SomeSort{} |])
48+
<> ("Y" |-> [trm| Z:SomeSort{} |])
4949
]
5050
]
5151

0 commit comments

Comments
 (0)