Fix fmt
ci/woodpecker/push/tests Pipeline failed

This commit is contained in:
2026-07-31 20:32:59 +00:00
parent 6a21c7d6c3
commit f0e64e0c1d
6 changed files with 58 additions and 16 deletions
+6 -1
View File
@@ -1,4 +1,9 @@
use crate::{bot::Bot, gitea::{GiteaAPI, WebhookType}, open_router::OpenRouterClient, state::AppState};
use crate::{
bot::Bot,
gitea::{GiteaAPI, WebhookType},
open_router::OpenRouterClient,
state::AppState,
};
use dotenvy::dotenv;
use tokio::signal::unix::{SignalKind, signal};