Skip to content

Commit

Permalink
fix code style
Browse files Browse the repository at this point in the history
  • Loading branch information
mxsm committed Jan 9, 2025
1 parent 80c3294 commit 37a6f2d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion rocketmq-remoting/src/remoting_server/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ use std::time::Duration;

use futures::SinkExt;
use rocketmq_common::common::server::config::ServerConfig;
use rocketmq_rust::{wait_for_signal, ArcMut};
use rocketmq_rust::wait_for_signal;
use rocketmq_rust::ArcMut;
use tokio::net::TcpListener;
use tokio::net::TcpStream;
use tokio::sync::broadcast;
Expand Down

0 comments on commit 37a6f2d

Please # to comment.