Skip to content

Commit

Permalink
fix async_executor_strategy typo (#72)
Browse files Browse the repository at this point in the history
  • Loading branch information
raul-gherman authored Aug 7, 2024
1 parent df71c82 commit 02d5b1a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions src/network/mod.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
mod async_excutor_strategy;
mod async_executor_strategy;
mod cluster_connection;
mod command_info_manager;
mod connection;
Expand All @@ -9,7 +9,7 @@ mod standalone_connection;
mod util;
mod version;

pub(crate) use async_excutor_strategy::*;
pub(crate) use async_executor_strategy::*;
pub(crate) use cluster_connection::*;
pub(crate) use command_info_manager::*;
pub(crate) use connection::*;
Expand Down

0 comments on commit 02d5b1a

Please sign in to comment.