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:
parent
da0deb1de6
commit
e1113dd5e2
3 changed files with 9 additions and 12 deletions
|
@ -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};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue