Skip to content

Commit cd3e74e

Browse files
committed
Style.
1 parent c72a201 commit cd3e74e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Geometry/Plane/Test.hs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import Linear.V2
1111

1212
prop_signedDistance_identity = property $ do
1313
v <- forAll $ v2 coord
14-
n <- forAll (v2 (nonZero coord))
14+
n <- forAll $ v2 (nonZero coord)
1515
signedDistance v n v === 0
1616

1717

0 commit comments

Comments
 (0)