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 16, 2025
1 parent fa6f6a0 commit 20341c3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions rocketmq-broker/src/broker/broker_pre_online_service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,10 @@ use tracing::warn;
pub struct BrokerPreOnlineService;

impl BrokerPreOnlineService {

pub fn start(&mut self) {
warn!("BrokerPreOnlineService started not implemented");
}

Check warning on line 24 in rocketmq-broker/src/broker/broker_pre_online_service.rs

View check run for this annotation

Codecov / codecov/patch

rocketmq-broker/src/broker/broker_pre_online_service.rs#L22-L24

Added lines #L22 - L24 were not covered by tests

pub fn shutdown(&mut self) {
warn!("BrokerPreOnlineService shutdown not implemented");
}
Expand Down
1 change: 0 additions & 1 deletion rocketmq-broker/src/latency/broker_fast_failure.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ use tracing::warn;
pub struct BrokerFastFailure;

impl BrokerFastFailure {

pub fn start(&mut self) {
warn!("BrokerFastFailure started not implemented");
}

Check warning on line 24 in rocketmq-broker/src/latency/broker_fast_failure.rs

View check run for this annotation

Codecov / codecov/patch

rocketmq-broker/src/latency/broker_fast_failure.rs#L22-L24

Added lines #L22 - L24 were not covered by tests
Expand Down

0 comments on commit 20341c3

Please sign in to comment.