Skip to content

Commit

Permalink
#810 fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
847850277 committed Jul 22, 2024
1 parent 5267061 commit 768a27b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rocketmq-broker/src/topic/manager/topic_config_manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ impl TopicConfigManager {
}
TopicConfigAndMappingSerializeWrapper {
topic_config_serialize_wrapper: rocketmq_remoting::protocol::body::topic_info_wrapper::topic_config_wrapper::TopicConfigSerializeWrapper {
topic_config_table: topic_config_table,
topic_config_table,
data_version: self.data_version.as_ref().clone(),
},

Check warning on line 240 in rocketmq-broker/src/topic/manager/topic_config_manager.rs

View check run for this annotation

Codecov / codecov/patch

rocketmq-broker/src/topic/manager/topic_config_manager.rs#L237-L240

Added lines #L237 - L240 were not covered by tests
topic_queue_mapping_info_map,
Expand Down

0 comments on commit 768a27b

Please sign in to comment.