Add missing newline at the end of index_including.sql

Thinko in a63224be49.
This commit is contained in:
Michael Paquier 2024-05-15 14:31:47 +09:00
parent 8cb653b245
commit 54b69f1bd7
1 changed files with 1 additions and 1 deletions

View File

@ -235,4 +235,4 @@ SELECT c2, c1, c3 FROM nametbl WHERE c2 = 'two' AND c1 = 1;
RESET enable_seqscan;
DROP TABLE nametbl;
DROP TABLE nametbl;