Delete whitespace at end of lines

pull/5911/head
Yanwen Jin 2022-05-16 13:48:18 -07:00 committed by Jeff Davis
parent 32bd222e11
commit a1adc06e74
8 changed files with 11 additions and 11 deletions

View File

@ -4,7 +4,7 @@
DO $check_columnar$
BEGIN
IF NOT EXISTS (select 1 from pg_extension where extname='citus_columnar') THEN
#include "../../columnar/sql/columnar--10.0-1--10.0-2.sql"
#include "../../columnar/sql/columnar--10.0-1--10.0-2.sql"
END IF;
END;
$check_columnar$;