Skip to content

Commit

Permalink
clippy --fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Limeth committed Jul 14, 2024
1 parent 550c77c commit 782db47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cmd/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use crate::{
};
use clap::{Args, Parser, Subcommand, ValueEnum};
use color_eyre::{
eyre::{bail, eyre, OptionExt},
eyre::{bail, eyre},
Result,
};
use futures::TryStreamExt;
Expand Down

0 comments on commit 782db47

Please sign in to comment.