1
0
Fork 0
mirror of https://github.com/librespot-org/librespot.git synced 2025-10-06 03:50:06 +02:00

cargo fmt

This commit is contained in:
George Hahn 2024-06-06 21:37:26 -06:00
parent da0deb1de6
commit e1113dd5e2
3 changed files with 9 additions and 12 deletions

View file

@ -7,10 +7,10 @@ use std::{
use bytes::Bytes;
use futures_util::StreamExt;
use http_body_util::BodyExt;
use hyper::StatusCode;
use tempfile::NamedTempFile;
use tokio::sync::{mpsc, oneshot};
use http_body_util::BodyExt;
use librespot_core::{http_client::HttpClient, session::Session, Error};