Skip to content

Commit

Permalink
style(backend): formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ravenclaw900 committed Jul 26, 2023
1 parent 9b36a14 commit 3e7ecab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket_handlers.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
use anyhow::Context;
use futures_util::{StreamExt, SinkExt};
use futures_util::{SinkExt, StreamExt};
use std::io::Write;
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::sync::mpsc;
Expand Down

0 comments on commit 3e7ecab

Please sign in to comment.