Skip to content

Commit

Permalink
Remove space added by misstake
Browse files Browse the repository at this point in the history
  • Loading branch information
tibbe committed Sep 20, 2012
1 parent b4ebe8c commit b41aaca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/HashMapProperties.hs
@@ -1,4 +1,4 @@
{-# LANGUAGE CPP, GeneralizedNewtypeDeriving #-}
{-# LANGUAGE CPP, GeneralizedNewtypeDeriving #-}

-- | Tests for the 'Data.HashMap.Lazy' module. We test functions by
-- comparing them to a simpler model, an association list.
Expand Down
2 changes: 1 addition & 1 deletion tests/HashSetProperties.hs
@@ -1,4 +1,4 @@
{-# LANGUAGE CPP, GeneralizedNewtypeDeriving #-}
{-# LANGUAGE CPP, GeneralizedNewtypeDeriving #-}

-- | Tests for the 'Data.HashSet' module. We test functions by
-- comparing them to a simpler model, a list.
Expand Down

0 comments on commit b41aaca

Please sign in to comment.