Apply rustfmt to cli main
This commit is contained in:
@@ -2,7 +2,11 @@ use anyhow::Result;
|
|||||||
use clap::Parser;
|
use clap::Parser;
|
||||||
|
|
||||||
#[derive(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 {
|
struct Cli {
|
||||||
#[command(subcommand)]
|
#[command(subcommand)]
|
||||||
cmd: Cmd,
|
cmd: Cmd,
|
||||||
|
|||||||
Reference in New Issue
Block a user