From fea38a4caf434ef9581d3e30432491622eff3833 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 2 Aug 2022 15:08:31 +0200 Subject: [PATCH] misc: style fix --- test/spec/Main.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/spec/Main.hs b/test/spec/Main.hs index dc062b051..f02b72e47 100644 --- a/test/spec/Main.hs +++ b/test/spec/Main.hs @@ -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