Apply rustfmt to cli main
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user