misc: style fix

This commit is contained in:
Robert Vollmert
2022-08-03 19:02:33 +02:00
committed by Robert
parent d24f0c8216
commit fea38a4caf
+1 -1
View File
@@ -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