[commit: packages/containers] develop-0.6, develop-0.6-questionable, master: Move the closing parent to a separate line. (97599c0)

git at git.haskell.org git at git.haskell.org
Fri Dec 18 22:10:12 UTC 2015


Repository : ssh://git@git.haskell.org/containers

On branches: develop-0.6,develop-0.6-questionable,master
Link       : http://git.haskell.org/packages/containers.git/commitdiff/97599c082e5388551d2f8f767045b807194083fa

>---------------------------------------------------------------

commit 97599c082e5388551d2f8f767045b807194083fa
Author: Milan Straka <fox at ucw.cz>
Date:   Mon Dec 15 08:24:34 2014 +0100

    Move the closing parent to a separate line.


>---------------------------------------------------------------

97599c082e5388551d2f8f767045b807194083fa
 benchmarks/Sequence.hs | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/benchmarks/Sequence.hs b/benchmarks/Sequence.hs
index 8fd1fcf..8bc2d74 100644
--- a/benchmarks/Sequence.hs
+++ b/benchmarks/Sequence.hs
@@ -36,7 +36,8 @@ main = do
          [ bench "ix10000/5000" $ nf (\(xs,ys) -> S.zip xs ys `S.index` 5000) (s10000, u10000)
          , bench "nf100" $ nf (uncurry S.zip) (s100, u100)
          , bench "nf10000" $ nf (uncurry S.zip) (s10000, u10000)
-         ] ]
+         ]
+      ]
 
 -- splitAt+append: repeatedly cut the sequence at a random point
 -- and rejoin the pieces in the opposite order.



More information about the ghc-commits mailing list