projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
40f4f2f
)
Run pgperltidy on newly-added test code
author
Peter Eisentraut
Mon, 14 Oct 2024 09:07:04 +0000
(11:07 +0200)
committer
Peter Eisentraut
Mon, 14 Oct 2024 09:25:03 +0000
(11:25 +0200)
From commit
85ec945b78
(but apparently not caught by
05d1b9b5c2
).
src/test/perl/PostgreSQL/Test/Cluster.pm
patch
|
blob
|
blame
|
history
diff --git
a/src/test/perl/PostgreSQL/Test/Cluster.pm
b/src/test/perl/PostgreSQL/Test/Cluster.pm
index c793f2135d56c700da761992076dbedafb72a181..3f133cafbd975641ce654b4ff9969ca56d13566c 100644
(file)
--- a/
src/test/perl/PostgreSQL/Test/Cluster.pm
+++ b/
src/test/perl/PostgreSQL/Test/Cluster.pm
@@
-363,7
+363,7
@@
sub raw_connect_works
return 0;
}
}
- return 1
+ return 1
;
}
=pod