Skip to content

Commit 51a281b

Browse files
author
James William Pye
committed
Whitespace
1 parent 6b5b6b4 commit 51a281b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

postgresql/lib/libsys.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ SELECT
1818
FROM pg_catalog.pg_type bt
1919
LEFT JOIN pg_type ae
2020
ON (
21-
bt.typlen = -1 AND
21+
bt.typlen = -1 AND
2222
bt.typelem != 0 AND
2323
bt.typelem = ae.oid
2424
)

0 commit comments

Comments
 (0)