fmt update?

Signed-off-by: pep <pep@bouah.net>
This commit is contained in:
pep 2025-12-27 14:31:10 +01:00
commit caa92227b2
5 changed files with 5 additions and 5 deletions

View file

@ -26,7 +26,7 @@ use crate::hooks::Hook;
use crate::web::hooks;
use camino::Utf8PathBuf;
use clap::{command, value_parser, Arg};
use clap::{Arg, command, value_parser};
use hyper::{server::conn::http1, service::service_fn};
use hyper_util::rt::tokio::{TokioIo, TokioTimer};
use log::error;