diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2024-10-14 11:07:04 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2024-10-14 11:25:03 +0200 |
commit | 199ad00e4b59a04263fd79fb115aecce2fb0851b (patch) | |
tree | 2a223f54ad3b85334ad9943871690b99d6659599 /src/test/perl/PostgreSQL/Test/Cluster.pm | |
parent | 40f4f2fa659408fd4d52f2de46c9d17d4f3b7e1e (diff) | |
download | postgresql-199ad00e4b59a04263fd79fb115aecce2fb0851b.tar.gz postgresql-199ad00e4b59a04263fd79fb115aecce2fb0851b.zip |
Run pgperltidy on newly-added test code
From commit 85ec945b78 (but apparently not caught by 05d1b9b5c2).
Diffstat (limited to 'src/test/perl/PostgreSQL/Test/Cluster.pm')
-rw-r--r-- | src/test/perl/PostgreSQL/Test/Cluster.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm index c793f2135d5..3f133cafbd9 100644 --- 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 |