Skip to content

Commit 83d549a

Browse files
committed
style: rustfmt
1 parent 630875c commit 83d549a

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

src/main.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,11 @@ pub enum Preset {
4242
}
4343

4444
#[derive(Parser, Debug)]
45-
#[command(name = "itsxrust", version, about = "ITS region extractor for long-read amplicon sequencing")]
45+
#[command(
46+
name = "itsxrust",
47+
version,
48+
about = "ITS region extractor for long-read amplicon sequencing"
49+
)]
4650
struct Cli {
4751
#[command(subcommand)]
4852
command: Commands,

0 commit comments

Comments
 (0)