Apply rustfmt to cli main

This commit is contained in:
michael
2026-04-26 15:09:10 -07:00
parent 98d2502244
commit 0cb9620e42

View File

@@ -2,7 +2,11 @@ use anyhow::Result;
use clap::Parser;
#[derive(Parser)]
#[command(name = "ubuntu-fidoctl", version, about = "Manage ubuntu-fido configuration")]
#[command(
name = "ubuntu-fidoctl",
version,
about = "Manage ubuntu-fido configuration"
)]
struct Cli {
#[command(subcommand)]
cmd: Cmd,