Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
akoshelev committed Nov 3, 2023
1 parent deceecf commit 0b23471
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/helpers/gateway/stall_detection.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ mod gateway {
receivers_state: Option<R>,
}

impl <S: Debug, R: Debug> Debug for GatewayWaitingTasks<S, R> {
impl<S: Debug, R: Debug> Debug for GatewayWaitingTasks<S, R> {
fn fmt(&self, f: &mut Formatter<'_>) -> std::fmt::Result {
if let Some(senders_state) = &self.senders_state {
write!(f, "\n{{{senders_state:?}\n}}")?;
Expand Down

0 comments on commit 0b23471

Please sign in to comment.