Skip to content

Commit

Permalink
Run fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rustworthy committed Jan 17, 2024
1 parent a0b2dc9 commit b143490
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/producer/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
use crate::error::Error;
use crate::proto::{
self, parse_provided_or_from_env, Client, Info, Job, Push,
QueueAction, QueueControl,
self, parse_provided_or_from_env, Client, Info, Job, Push, QueueAction, QueueControl,
};

#[cfg(feature = "ent")]
Expand Down

0 comments on commit b143490

Please sign in to comment.