Skip to content

Commit 9f54aa0

Browse files
fmt: cargo +nightly fmt
1 parent b1acb0e commit 9f54aa0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/bws/src/cli.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::path::PathBuf;
22

33
use bitwarden_cli::Color;
4-
use clap::{builder::ValueParser, ArgGroup, Parser, Subcommand, ValueEnum};
4+
use clap::{ArgGroup, Parser, Subcommand, ValueEnum, builder::ValueParser};
55
use clap_complete::Shell;
66
use uuid::Uuid;
77

0 commit comments

Comments
 (0)