From 199ad00e4b59a04263fd79fb115aecce2fb0851b Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Mon, 14 Oct 2024 11:07:04 +0200 Subject: [PATCH] Run pgperltidy on newly-added test code From commit 85ec945b78 (but apparently not caught by 05d1b9b5c2). --- src/test/perl/PostgreSQL/Test/Cluster.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/perl/PostgreSQL/Test/Cluster.pm b/src/test/perl/PostgreSQL/Test/Cluster.pm index c793f2135d..3f133cafbd 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