mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
format all the things
This commit is contained in:
committed by
Keagan McClelland
parent
ac5acaa685
commit
e2d2fb6afc
@@ -8,7 +8,7 @@ module TestImport
|
||||
)
|
||||
where
|
||||
|
||||
import Startlude hiding (Handler)
|
||||
import Startlude hiding ( Handler )
|
||||
import Application ( makeFoundation
|
||||
, makeLogWare
|
||||
)
|
||||
@@ -23,8 +23,8 @@ import Database.Persist.Sql
|
||||
import Text.Shakespeare.Text ( st )
|
||||
import Yesod.Core
|
||||
import qualified Data.Text as T
|
||||
import Database.Esqueleto.Internal.Internal
|
||||
import Database.Persist.Sql.Types.Internal
|
||||
import Database.Esqueleto.Internal.Internal
|
||||
import Database.Persist.Sql.Types.Internal
|
||||
|
||||
runHandler :: Handler a -> YesodExample RegistryCtx a
|
||||
runHandler handler = do
|
||||
|
||||
Reference in New Issue
Block a user