Skip to content

Commit

Permalink
fix style in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Juarez Rudsatz committed Mar 24, 2022
1 parent 0a31168 commit a6d1ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/args.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
use clap::{Parser, Args, Subcommand, ArgEnum};
use clap::{ArgEnum, Args, Parser, Subcommand};
use regex::Regex;
use std::{fmt, path::Path, path::PathBuf, str::FromStr};
use url::Url;
Expand Down

0 comments on commit a6d1ce6

Please sign in to comment.