Skip to content

Commit 2934bac

Browse files
committed
Small whitespace fix.
1 parent c532ecf commit 2934bac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

servant-server/src/Servant/Server/Internal/RoutingApplication.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ data Delayed :: * -> * where
159159
-> Delayed c
160160

161161
instance Functor Delayed where
162-
fmap f (Delayed a b c g) = Delayed a b c ((fmap.fmap.fmap) f g)
162+
fmap f (Delayed a b c g) = Delayed a b c ((fmap . fmap . fmap) f g)
163163

164164
-- | Add a capture to the end of the capture block.
165165
addCapture :: Delayed (a -> b)

0 commit comments

Comments
 (0)