Run pgperltidy on newly-added test code

From commit 85ec945b78 (but apparently not caught by 05d1b9b5c2).
This commit is contained in:
Peter Eisentraut 2024-10-14 11:07:04 +02:00
parent 40f4f2fa65
commit 199ad00e4b

View File

@ -363,7 +363,7 @@ sub raw_connect_works
return 0;
}
}
return 1
return 1;
}
=pod