fmt
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
use crate::state::AppState;
|
||||
use std::{io::Read, sync::Arc, time::Duration};
|
||||
use stream_download::{
|
||||
source::DecodeError, storage::temp::TempStorageProvider, Settings, StreamDownload,
|
||||
Settings, StreamDownload, source::DecodeError, storage::temp::TempStorageProvider,
|
||||
};
|
||||
use tokio::sync::mpsc;
|
||||
|
||||
|
@@ -2,7 +2,7 @@ mod downloader;
|
||||
mod state;
|
||||
mod streamer;
|
||||
|
||||
use axum::{extract::State, routing::get, Router};
|
||||
use axum::{Router, extract::State, routing::get};
|
||||
use state::AppState;
|
||||
use std::sync::Arc;
|
||||
|
||||
|
Reference in New Issue
Block a user