Skip to content

Commit

Permalink
cargo fmt --all
Browse files Browse the repository at this point in the history
  • Loading branch information
BoostCookie committed Aug 28, 2024
1 parent 5eb44a1 commit d483e0b
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
5 changes: 4 additions & 1 deletion rage/src/bin/rage-keygen/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use clap::{builder::{Styles, ValueHint}, ArgAction, Parser};
use clap::{
builder::{Styles, ValueHint},
ArgAction, Parser,
};

use crate::fl;

Expand Down
5 changes: 4 additions & 1 deletion rage/src/bin/rage-mount/cli.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
use clap::{builder::{Styles, ValueHint}, ArgAction, Parser};
use clap::{
builder::{Styles, ValueHint},
ArgAction, Parser,
};

use crate::fl;

Expand Down
5 changes: 4 additions & 1 deletion rage/src/bin/rage/cli.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
use std::path::Path;

use clap::{builder::{Styles, ValueHint}, ArgAction, Parser};
use clap::{
builder::{Styles, ValueHint},
ArgAction, Parser,
};

use crate::fl;

Expand Down

0 comments on commit d483e0b

Please sign in to comment.