Skip to content

Commit

Permalink
Rust formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mthmulders committed Nov 20, 2023
1 parent ba99d9f commit 80d9ae9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dsmr/sender.rs
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ impl DelegatingConsumer {
}
}
impl super::TelegramConsumer for DelegatingConsumer {
fn consume(&mut self, telegram: &str) -> bool {
fn consume(&mut self, telegram: &str) -> bool {
for delegate in &mut self.delegates {
if delegate.consume(telegram) {
self.logger.consume(telegram);
Expand Down

0 comments on commit 80d9ae9

Please sign in to comment.