aboutsummaryrefslogtreecommitdiff
path: root/hypsrc-test/src/Classes.hs
diff options
context:
space:
mode:
authorMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-07 23:58:52 +0100
committerMateusz Kowalczyk <fuuzetsu@fuuzetsu.co.uk>2015-07-07 23:58:52 +0100
commit06e675167cc217d5346d706e0d52af0726710e3d (patch)
tree76e3acb30000b6165d6fa977d1522248337f420e /hypsrc-test/src/Classes.hs
parentd5298da5a2198280347bed9207143e79f44e86ec (diff)
Delete trailing whitespace
Diffstat (limited to 'hypsrc-test/src/Classes.hs')
-rw-r--r--hypsrc-test/src/Classes.hs2
1 files changed, 1 insertions, 1 deletions
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