From d404250fb8ad9ac3c4f4c537663e7c52966ff1cd Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 6 Sep 2024 09:39:45 -0500 Subject: [PATCH] formatted --- src/client.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/client.rs b/src/client.rs index 63dc905..7e0c6bf 100644 --- a/src/client.rs +++ b/src/client.rs @@ -352,7 +352,7 @@ where Err(Error::ProtocolSyncError( "PGCat does not support GSSAPI encoding".into(), )) - }, + } // Something else, probably something is wrong and it's not our fault, // e.g. badly implemented Postgres client.