Skip to content

Commit

Permalink
applies cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael-J-Ward committed Jul 27, 2021
1 parent cbaa095 commit 0108b5a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions tower/src/buffer/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ pin_project_lite::pin_project! {
}
}


/// Get the error out
#[derive(Debug)]
pub(crate) struct Handle {
Expand All @@ -63,7 +62,6 @@ where
tracing::trace!("buffer already closed");
}
}

}

impl<T, Request> Worker<T, Request>
Expand Down

0 comments on commit 0108b5a

Please sign in to comment.