Skip to content

Commit

Permalink
pro: run cargo +nightly fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
rzmk committed Aug 9, 2024
1 parent 8d3c286 commit 7632e49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/cmd/pro.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,9 @@ use crate::{util, CliResult};
#[allow(dead_code)]
#[derive(Deserialize)]
struct Args {
arg_input: PathBuf,
cmd_lens: bool,
cmd_workflow: bool,
arg_input: PathBuf,
cmd_lens: bool,
cmd_workflow: bool,
}

pub fn run(argv: &[&str]) -> CliResult<()> {
Expand Down

0 comments on commit 7632e49

Please sign in to comment.