Skip to content

Commit a1d613b

Browse files
committed
Remove trailing whitespace.
1 parent 51a1f7c commit a1d613b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/Sequence.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1773,7 +1773,7 @@ fromList xs = Seq $ mkTree 1 $ Data.List.map Elem xs
17731773
where m = mkTree (3*s) ns
17741774

17751775
deep' pr@(Three x1 _ _) m sf = Deep (3*size x1 + size m + size sf) pr m sf
1776-
1776+
17771777
getNodes :: Int -> [a] -> ([Node a], Digit a)
17781778
getNodes s [x1] = s `seq` ([], One x1)
17791779
getNodes s [x1, x2] = s `seq` ([], Two x1 x2)

0 commit comments

Comments
 (0)