Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
yuz10 authored Jan 28, 2025
1 parent a031685 commit 1e2b7ca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
6 changes: 3 additions & 3 deletions rocketmq-remoting/src/protocol/admin/consume_stats_list.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
use std::collections::HashMap;

use cheetah_string::CheetahString;
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
Expand All @@ -17,6 +14,9 @@ use cheetah_string::CheetahString;
* See the License for the specific language governing permissions and
* limitations under the License.
*/
use std::collections::HashMap;

use cheetah_string::CheetahString;
use serde::Deserialize;
use serde::Serialize;

Expand Down
1 change: 0 additions & 1 deletion rocketmq-remoting/src/protocol/body/consume_status.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,4 @@ mod tests {
assert_eq!(deserialized.consume_failed_tps, 1.5);
assert_eq!(deserialized.consume_failed_msgs, 6);
}

}

0 comments on commit 1e2b7ca

Please # to comment.