mirror of
https://github.com/launchbadge/sqlx
synced 2024-11-10 06:24:16 +00:00
fix trailing line break
This commit is contained in:
parent
088a374ebb
commit
32143363bc
1 changed files with 1 additions and 1 deletions
|
@ -54,4 +54,4 @@ CREATE TABLE test_citext (
|
|||
|
||||
CREATE SCHEMA IF NOT EXISTS foo;
|
||||
|
||||
CREATE ENUM foo."Foo" ('Bar', 'Baz');
|
||||
CREATE ENUM foo."Foo" ('Bar', 'Baz');
|
||||
|
|
Loading…
Reference in a new issue