Skip to content

Commit

Permalink
Whitespace changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
krisajenkins committed Mar 15, 2019
1 parent 18ec313 commit 7edc50c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plutus-playground-client/test/CursorTests.purs
Expand Up @@ -110,8 +110,8 @@ mapWithIndexTests :: forall eff. TestSuite (random :: RANDOM | eff)
mapWithIndexTests =
test "mapWithIndex works" do
equal
(Cursor.fromArray [1+0,3+1,5+2,7+3,11+4])
(Cursor.mapWithIndex (+) (Cursor.fromArray [1,3,5,7,11]))
(Cursor.fromArray [1+0, 3+1, 5+2, 7+3, 11+4])
(Cursor.mapWithIndex (+) (Cursor.fromArray [1, 3, 5, 7, 11]))

quickCheck \cursor -> Cursor.toArray (Cursor.mapWithIndex (+) cursor)
==
Expand Down

0 comments on commit 7edc50c

Please sign in to comment.