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

Commit 4b5215a

Browse files
committed
Reformat for clarity.
1 parent f231853 commit 4b5215a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/Data/Source/Spec.hs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,8 @@ testTree :: Tasty.TestTree
2828
testTree = Tasty.testGroup "Data.Source"
2929
[ Tasty.testGroup "sourceLineRanges"
3030
[ QC.testProperty "produces 1 more range than there are newlines" $
31-
\ source -> QC.label (summarize source) $ length (sourceLineRanges source) QC.=== succ (Text.count "\n" (toText source))
31+
\ source -> QC.label (summarize source) $
32+
length (sourceLineRanges source) QC.=== succ (Text.count "\n" (toText source))
3233

3334
, prop "produces exhaustive ranges" $
3435
\ source -> foldMap (`slice` source) (sourceLineRanges source) === source

0 commit comments

Comments
 (0)