Skip to content

Commit

Permalink
style: Fix rustfmt issue
Browse files Browse the repository at this point in the history
  • Loading branch information
smf8 authored and bikeshedder committed Aug 29, 2024
1 parent 92d90d4 commit 70ab124
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redis/src/sentinel/config.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
use redis::sentinel::SentinelNodeConnectionInfo;
use redis::TlsMode;

use crate::{ConnectionAddr, ConnectionInfo};
pub use crate::config::ConfigError;
use crate::{ConnectionAddr, ConnectionInfo};

use super::{CreatePoolError, Pool, PoolBuilder, PoolConfig, Runtime};

Expand Down

0 comments on commit 70ab124

Please sign in to comment.