chore: cargo fmt

This commit is contained in:
oopsbagel
2025-06-12 00:43:00 -07:00
parent cba898daf6
commit 79b2628d2f
4 changed files with 5 additions and 4 deletions

View File

@@ -2,7 +2,7 @@ use std::io::Write;
use std::net::SocketAddr;
use std::time::Duration;
use anyhow::{bail, Result};
use anyhow::{Result, bail};
use tokio::io::{AsyncReadExt, AsyncWriteExt};
use tokio::net::TcpStream;
use tokio::time::{sleep, timeout};