From 563719f11e380996de28222f24388c04474f8eba Mon Sep 17 00:00:00 2001 From: aaron levin Date: Wed, 27 Jan 2016 20:17:47 +0100 Subject: [PATCH] Line-width change to servant auth tests --- servant-server/test/Servant/ServerSpec.hs | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/servant-server/test/Servant/ServerSpec.hs b/servant-server/test/Servant/ServerSpec.hs index 813c05c3..915ef702 100644 --- a/servant-server/test/Servant/ServerSpec.hs +++ b/servant-server/test/Servant/ServerSpec.hs @@ -56,10 +56,12 @@ import Test.Hspec.Wai (get, liftIO, matchHeaders, matchStatus, request, shouldRespondWith, with, (<:>)) -import Servant.API.Auth (BasicAuthData(BasicAuthData)) +import Servant.API.Auth (BasicAuthData(BasicAuthData)) import Servant.Server.Internal.Auth - (AuthHandler, AuthReturnType, BasicAuthCheck (BasicAuthCheck), - BasicAuthResult (Authorized, Unauthorized), mkAuthHandler) + (AuthHandler, AuthReturnType, + BasicAuthCheck (BasicAuthCheck), + BasicAuthResult (Authorized, Unauthorized), + mkAuthHandler) import Servant.Server.Internal.RoutingApplication (toApplication, RouteResult(..)) import Servant.Server.Internal.Router