mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 11:00:38 +00:00
Fix clippy errors (#673)
This commit is contained in:
committed by
GitHub
parent
ca9af37478
commit
22e15844ae
@@ -192,7 +192,7 @@ impl ProxyConnection {
|
||||
.write_message_noflush(&BeMessage::ParameterStatus)?;
|
||||
self.pgb.write_message(&BeMessage::ReadyForQuery)?;
|
||||
|
||||
return Ok(conn_info);
|
||||
Ok(conn_info)
|
||||
}
|
||||
}
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user