Skip to content

Commit f479806

Browse files
committed
Remove redundant parenthesis
1 parent 3bb1028 commit f479806

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/Main.hs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ main = do
1111
hSetBuffering stderr NoBuffering
1212

1313
putStrLn $
14-
("postgres-websockets ")
15-
<> (unpack prettyVersion)
14+
"postgres-websockets "
15+
<> unpack prettyVersion
1616
<> " / Connects websockets to PostgreSQL asynchronous notifications."
1717

1818
conf <- loadConfig

0 commit comments

Comments
 (0)