Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom Dyas committed Jun 8, 2021
1 parent 979abaf commit 045261f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testing.rs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ use std::sync::{Arc, Mutex};
use futures::{future, FutureExt};

use crate::connection::ConnectionLike;
use crate::{Cmd, ErrorKind, RedisError, RedisResult, Value, Pipeline};
use crate::{Cmd, ErrorKind, Pipeline, RedisError, RedisResult, Value};

#[cfg(feature = "aio")]
use crate::RedisFuture;
Expand Down

0 comments on commit 045261f

Please sign in to comment.