Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Nastasia Emelianova authored and Nastasia Emelianova committed Jan 9, 2024
1 parent e31bf29 commit bc964d4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,7 @@ use rmp_serde::Serializer;
use serde::{ser::SerializeMap, Deserialize, Serialize};
use tokio::{
io::{AsyncReadExt, AsyncWriteExt},
sync::broadcast::{
error::{self, RecvError},
Receiver,
},
sync::broadcast::{error::RecvError, Receiver},
time::Duration,
};

Expand Down

0 comments on commit bc964d4

Please sign in to comment.