Skip to content

Commit 9270094

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -240,9 +240,9 @@ runAction :: Delayed (ExceptT ServantErr IO a)
240240
-> IO r
241241
runAction action respond k = runDelayed action >>= go >>= respond
242242
where
243-
go (Fail e) = return $ Fail e
243+
go (Fail e) = return $ Fail e
244244
go (FailFatal e) = return $ FailFatal e
245-
go (Route a) = do
245+
go (Route a) = do
246246
e <- runExceptT a
247247
case e of
248248
Left err -> return . Route $ responseServantErr err

0 commit comments

Comments
 (0)