Skip to content

Commit 3214336

Browse files
committed
fix trailing line break
1 parent 088a374 commit 3214336

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/postgres/setup.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,4 +54,4 @@ CREATE TABLE test_citext (
5454

5555
CREATE SCHEMA IF NOT EXISTS foo;
5656

57-
CREATE ENUM foo."Foo" ('Bar', 'Baz');
57+
CREATE ENUM foo."Foo" ('Bar', 'Baz');

0 commit comments

Comments
 (0)