Skip to content

Commit

Permalink
chore: fix fmt format
Browse files Browse the repository at this point in the history
Signed-off-by: JianMinTang <jmtangcs@gmail.com>
  • Loading branch information
JianMinTang committed Nov 19, 2024
1 parent 5734977 commit 9c58c35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/simulation/src/xline_group.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use tonic::transport::Channel;
use tracing::debug;
use utils::config::prelude::{
AuthConfig, ClientConfig, ClusterConfig, CompactConfig, CurpConfig, InitialClusterState,
XlineServerTimeout, StorageConfig, TlsConfig,
StorageConfig, TlsConfig, XlineServerTimeout,
};
use xline::server::XlineServer;
use xline_client::{
Expand Down

0 comments on commit 9c58c35

Please sign in to comment.