Run pgperltidy on newly-added test code
authorPeter Eisentraut <[email protected]>
Mon, 14 Oct 2024 09:07:04 +0000 (11:07 +0200)
committerPeter Eisentraut <[email protected]>
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

index c793f2135d56c700da761992076dbedafb72a181..3f133cafbd975641ce654b4ff9969ca56d13566c 100644 (file)
@@ -363,7 +363,7 @@ sub raw_connect_works
                        return 0;
                }
        }
-       return 1
+       return 1;
 }
 
 =pod