From 5189a180084245c6b90c4bd68d5ae7db77753d19 Mon Sep 17 00:00:00 2001 From: Till Wegmueller Date: Sat, 29 Nov 2025 16:03:52 +0100 Subject: [PATCH] chore: fix formatting Signed-off-by: Till Wegmueller --- src/main.rs | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 6c897b0..9c5c127 100644 --- a/src/main.rs +++ b/src/main.rs @@ -10,7 +10,11 @@ use miette::{IntoDiagnostic, Result}; use tracing_subscriber::{fmt, EnvFilter}; #[derive(Parser, Debug)] -#[command(name = "barycenter", version, about = "OpenID Connect Identity Provider")] +#[command( + name = "barycenter", + version, + about = "OpenID Connect Identity Provider" +)] struct Cli { /// Path to configuration file #[arg(short, long, default_value = "config.toml")]