chore: fix formatting

Signed-off-by: Till Wegmueller <toasterson@gmail.com>
This commit is contained in:
Till Wegmueller 2025-11-29 16:03:52 +01:00
parent fa0ebb2706
commit 5189a18008
No known key found for this signature in database

View file

@ -10,7 +10,11 @@ use miette::{IntoDiagnostic, Result};
use tracing_subscriber::{fmt, EnvFilter}; use tracing_subscriber::{fmt, EnvFilter};
#[derive(Parser, Debug)] #[derive(Parser, Debug)]
#[command(name = "barycenter", version, about = "OpenID Connect Identity Provider")] #[command(
name = "barycenter",
version,
about = "OpenID Connect Identity Provider"
)]
struct Cli { struct Cli {
/// Path to configuration file /// Path to configuration file
#[arg(short, long, default_value = "config.toml")] #[arg(short, long, default_value = "config.toml")]