Skip to content

Commit

Permalink
Removed empty line inserted
Browse files Browse the repository at this point in the history
Signed-off-by: Eran Ifrah <[email protected]>
  • Loading branch information
eifrah-aws committed Jan 2, 2025
1 parent 57a3a17 commit 443b8b8
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,6 @@ impl MultiplexedConnection {
.pipeline
.send_single(cmd.get_packed_command(), self.response_timeout)
.await;

if self.protocol != ProtocolVersion::RESP2 {
if let Err(e) = &result {
if e.is_connection_dropped() {
Expand Down

0 comments on commit 443b8b8

Please sign in to comment.