run rustfmt

This commit is contained in:
Bennet Bleßmann
2024-07-23 00:01:58 +02:00
parent e7fd408548
commit 1eb6a883f6
2 changed files with 16 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
use bytes::{Bytes, buf::Reader};
use bytes::{buf::Reader, Bytes};
use std::sync::{Arc, Condvar, Mutex};
use warp::http;