From 9b89381e7ffeae17360856d7250d9a9f0afaac68 Mon Sep 17 00:00:00 2001 From: Alexander Vieth Date: Wed, 2 Dec 2015 16:11:01 -0500 Subject: [PATCH] Correct spacing in StaticFiles.hs --- servant-server/src/Servant/Utils/StaticFiles.hs | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/servant-server/src/Servant/Utils/StaticFiles.hs b/servant-server/src/Servant/Utils/StaticFiles.hs index 5b97bcf6..82461326 100644 --- a/servant-server/src/Servant/Utils/StaticFiles.hs +++ b/servant-server/src/Servant/Utils/StaticFiles.hs @@ -7,12 +7,12 @@ module Servant.Utils.StaticFiles ( serveDirectory, ) where -import Network.Wai.Application.Static (defaultFileServerSettings, - staticApp) -import Servant.API.Raw (Raw) -import Servant.Server (Server) -import System.FilePath (addTrailingPathSeparator) -import Servant.Server.Internal.RawServer (RawServer(..)) +import Network.Wai.Application.Static (defaultFileServerSettings, + staticApp) +import Servant.API.Raw (Raw) +import Servant.Server (Server) +import System.FilePath (addTrailingPathSeparator) +import Servant.Server.Internal.RawServer (RawServer(..)) #if !MIN_VERSION_wai_app_static(3,1,0) import Filesystem.Path.CurrentOS (decodeString) #endif