Skip to content

Commit 88581f9

Browse files
committed
fix: add newline
1 parent 190a584 commit 88581f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

sql/pg_net.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,4 +358,4 @@ grant all on all tables in schema net to PUBLIC;
358358

359359
-- we do not want users to be able to create triggers on tables in the net schema to avoid
360360
-- privilege escalation bugs.
361-
revoke trigger on all tables in schema net from PUBLIC;
361+
revoke trigger on all tables in schema net from PUBLIC;

0 commit comments

Comments
 (0)