Skip to content
This repository was archived by the owner on Nov 15, 2023. It is now read-only.
Prev Previous commit
minor: formatting
  • Loading branch information
dmitry-markin committed Mar 6, 2023
commit 6696919b5a66fa1bbe818e96edb1434bf972cf9d
4 changes: 2 additions & 2 deletions client/utils/src/mpsc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,8 +109,8 @@ impl<T> TracingUnboundedSender<T> {
{
error!(
"The number of unprocessed messages in channel `{}` exceeded {}.\n\
The channel was created at:\n{}\n
Last message was sent from:\n{}",
The channel was created at:\n{}\n
Last message was sent from:\n{}",
self.name,
self.queue_size_warning,
self.creation_backtrace,
Expand Down