Skip to content

Commit 4af3371

Browse files
committed
cargo fmt
1 parent 19f9e70 commit 4af3371

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/aio.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ impl ConnectionLike for Connection {
221221
self.con.flush().await?;
222222
self.con.read_response().await
223223
})
224-
.boxed()
224+
.boxed()
225225
}
226226

227227
fn req_packed_commands<'a>(
@@ -245,7 +245,7 @@ impl ConnectionLike for Connection {
245245

246246
Ok(rv)
247247
})
248-
.boxed()
248+
.boxed()
249249
}
250250

251251
fn get_db(&self) -> i64 {
@@ -545,7 +545,7 @@ impl ConnectionLike for MultiplexedConnection {
545545
})?;
546546
Ok(value)
547547
})
548-
.boxed()
548+
.boxed()
549549
}
550550

551551
fn req_packed_commands<'a>(
@@ -568,7 +568,7 @@ impl ConnectionLike for MultiplexedConnection {
568568
value.drain(..offset);
569569
Ok(value)
570570
})
571-
.boxed()
571+
.boxed()
572572
}
573573

574574
fn get_db(&self) -> i64 {

0 commit comments

Comments
 (0)