summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Anshul Gupta <ansg191@anshulg.com> 2024-11-29 19:43:59 -0800
committerGravatar Anshul Gupta <ansg191@anshulg.com> 2024-11-29 19:43:59 -0800
commite098bbeca0381825e2e8bdbe22bac4ffe4c6fde0 (patch)
treeda2b3835b28ab8697761d8d212be53121da2f130
parent0dea71bb1521956f29cd80e892673a14220ce7f0 (diff)
downloadkanidm-auth-plugin-e098bbeca0381825e2e8bdbe22bac4ffe4c6fde0.tar.gz
kanidm-auth-plugin-e098bbeca0381825e2e8bdbe22bac4ffe4c6fde0.tar.zst
kanidm-auth-plugin-e098bbeca0381825e2e8bdbe22bac4ffe4c6fde0.zip
Formatting
-rw-r--r--src/main.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs
index b88da88..5095cb0 100644
--- a/src/main.rs
+++ b/src/main.rs
@@ -1,6 +1,7 @@
+use std::{path::PathBuf, process::ExitCode, sync::OnceLock};
+
use clap::Parser;
use kanidm_client::{ClientError, KanidmClient, KanidmClientBuilder};
-use std::{path::PathBuf, process::ExitCode, sync::OnceLock};
#[derive(Parser, Debug)]
#[command(version, about)]