fmt
This commit is contained in:
@@ -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