Skip to content

Commit

Permalink
chore: praise be linters
Browse files Browse the repository at this point in the history
Signed-off-by: georglauterbach <[email protected]>
  • Loading branch information
georglauterbach committed Dec 22, 2024
1 parent 23780d7 commit 1dce81b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use ::anyhow::Context as _;
async fn main() -> anyhow::Result<()> {
let arguments = <hermes::cli::Arguments as clap::Parser>::parse();
::tracing_subscriber::fmt()
.with_max_level(arguments.verbosity.clone())
.with_max_level(arguments.verbosity)
.init();

::tracing::trace!("Dumping CLI arguments: \n{arguments:#?}");
Expand Down

0 comments on commit 1dce81b

Please sign in to comment.