diff options
author | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-07-07 23:58:52 +0100 |
---|---|---|
committer | Mateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk> | 2015-07-07 23:58:52 +0100 |
commit | 06e675167cc217d5346d706e0d52af0726710e3d (patch) | |
tree | 76e3acb30000b6165d6fa977d1522248337f420e /hypsrc-test | |
parent | d5298da5a2198280347bed9207143e79f44e86ec (diff) |
Delete trailing whitespace
Diffstat (limited to 'hypsrc-test')
-rw-r--r-- | hypsrc-test/ref/src/Classes.html | 2 | ||||
-rw-r--r-- | hypsrc-test/src/Classes.hs | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/hypsrc-test/ref/src/Classes.html b/hypsrc-test/ref/src/Classes.html index a5a3d243..13c8389a 100644 --- a/hypsrc-test/ref/src/Classes.html +++ b/hypsrc-test/ref/src/Classes.html @@ -408,7 +408,7 @@ ><span class="hs-special" >]</span ><span class="" - > + > </span ><a name="norf" diff --git a/hypsrc-test/src/Classes.hs b/hypsrc-test/src/Classes.hs index bddb9939..b3c3f785 100644 --- a/hypsrc-test/src/Classes.hs +++ b/hypsrc-test/src/Classes.hs @@ -16,7 +16,7 @@ instance Foo [a] where class Foo a => Foo' a where quux :: (a, a) -> a - quux (x, y) = norf [x, y] + quux (x, y) = norf [x, y] norf :: [a] -> a norf = quux . baz . sum . map bar |