Fix whitespace

This commit is contained in:
Peter Eisentraut 2020-04-02 08:56:12 +02:00
parent 580a446c21
commit 070c3d3937
1 changed files with 0 additions and 2 deletions

View File

@ -51,5 +51,3 @@ CREATE VIEW pg_stat_statements AS
SELECT * FROM pg_stat_statements(true);
GRANT SELECT ON pg_stat_statements TO PUBLIC;