From 67e791c4ec41059144ac3b7db96fdfd5b122b834 Mon Sep 17 00:00:00 2001 From: Anna Khanova Date: Thu, 16 Nov 2023 13:14:32 +0100 Subject: [PATCH] Fmt --- proxy/src/serverless/conn_pool.rs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/proxy/src/serverless/conn_pool.rs b/proxy/src/serverless/conn_pool.rs index f0d6794782..55f2c28eb7 100644 --- a/proxy/src/serverless/conn_pool.rs +++ b/proxy/src/serverless/conn_pool.rs @@ -553,7 +553,10 @@ pub struct Discard<'a> { } impl Client { - pub async fn new(mut inner: ClientInner, pool: Option<(ConnInfo, Arc)>) -> Self { + pub async fn new( + mut inner: ClientInner, + pool: Option<(ConnInfo, Arc)>, + ) -> Self { Self { conn_id: inner.conn_id, pid: inner.get_pid().await.unwrap_or(-1),