Skip to content

Commit

Permalink
style: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
bpetit committed Nov 24, 2023
1 parent 4f8875b commit 8b7fdf6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/exporters/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -914,7 +914,6 @@ impl MetricGenerator {
Ok(events) => {
if !events.is_empty() {
self.gen_docker_containers_basic_metadata();
} else {
}
}
Err(err) => debug!("couldn't get docker events - {:?} - {}", err, err),
Expand Down

0 comments on commit 8b7fdf6

Please sign in to comment.