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.