Formatting

This commit is contained in:
2026-04-19 15:35:10 +02:00
parent 041f9015ca
commit 0d5c2f5888
42 changed files with 612 additions and 357 deletions
+2 -2
View File
@@ -10,11 +10,11 @@ pub mod routes;
pub mod transcribe;
pub mod web_session;
use std::sync::atomic::{AtomicBool, Ordering};
use std::sync::Arc;
use std::sync::atomic::{AtomicBool, Ordering};
use axum::extract::FromRef;
use axum::Router;
use axum::extract::FromRef;
use analyze::AnalyzeSender;
use config::Config;