Skip to content

Commit f190425

Browse files
committed
Add missing newline at the last line
1 parent 12f25d9 commit f190425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

contrib/fasttrun/fasttrun.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
comment = 'Functions to truncates the temporary table and does not grow pg_class size'
33
default_version = '1.0'
44
module_pathname = '$libdir/fasttrun'
5-
relocatable = true
5+
relocatable = true

contrib/fulleq/fulleq.control

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
comment = 'Introduce operator == which returns true when operands are equal or both are nulls.'
33
default_version = '1.0'
44
module_pathname = '$libdir/fulleq'
5-
relocatable = true
5+
relocatable = true

0 commit comments

Comments
 (0)