Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Keruspe committed Apr 25, 2024
1 parent c0799d8 commit ffa251a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/acker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ use crate::{
Error, Promise, PromiseResolver, Result,
};

use tracing::warn;
use std::sync::{
atomic::{AtomicBool, Ordering},
Arc,
};
use tracing::warn;

#[derive(Clone, Debug)]
pub struct Acker {
Expand Down

0 comments on commit ffa251a

Please sign in to comment.