Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit 5ea3f65

Browse files
committed
Spacing.
1 parent 831a7d6 commit 5ea3f65

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Data/Source/Spec.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ testTree = Tasty.testGroup "Data.Source"
2929
[ Tasty.testGroup "sourceLineRanges"
3030
[ QC.testProperty "produces 1 more range than there are newlines" $
3131
\ source -> QC.label (summarize source) $
32-
length (sourceLineRanges source) QC.=== length (Text.splitOn "\r\n" (toText source)>>= Text.splitOn "\r" >>= Text.splitOn "\n")
32+
length (sourceLineRanges source) QC.=== length (Text.splitOn "\r\n" (toText source) >>= Text.splitOn "\r" >>= Text.splitOn "\n")
3333

3434
, QC.testProperty "produces exhaustive ranges" $
3535
\ source -> QC.label (summarize source) $

0 commit comments

Comments
 (0)