misc: style fix
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ main :: IO ()
|
||||
main = do
|
||||
pool <- P.acquire (3, 10, toUtf8 $ configDbUri testCfg)
|
||||
|
||||
actualPgVersion <- either (panic.show) id <$> P.use pool queryPgVersion
|
||||
actualPgVersion <- either (panic . show) id <$> P.use pool queryPgVersion
|
||||
|
||||
baseDbStructure <-
|
||||
loadDbStructure pool
|
||||
|
||||
Reference in New Issue
Block a user