fix extraneous newline in expectation

This commit is contained in:
John Krauss
2017-01-26 12:27:29 +01:00
committed by Mario de Frutos
parent e81f005ce9
commit 1f225e0978
@@ -174,7 +174,6 @@ SELECT exists(SELECT *
t
(1 row)
SELECT exists(SELECT *
FROM pg_proc p
INNER JOIN pg_namespace ns ON (p.pronamespace = ns.oid)