mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-05 20:42:54 +00:00
Fix clippy errors (#673)
This commit is contained in:
committed by
GitHub
parent
ca9af37478
commit
22e15844ae
@@ -1,6 +1,4 @@
|
||||
use anyhow::{bail, Result};
|
||||
use hex;
|
||||
use reqwest;
|
||||
use serde::{Deserialize, Serialize};
|
||||
use std::net::{IpAddr, SocketAddr};
|
||||
|
||||
|
||||
@@ -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