diff options
| author | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 14:43:40 +0200 |
|---|---|---|
| committer | datdenkikniet <jcdra1@gmail.com> | 2023-04-15 14:43:40 +0200 |
| commit | c6f4b834c184275298fabaae7b5bd70efe54b29d (patch) | |
| tree | bc1421b6a912c1b31a016c8db921c931a5310cd9 /xtask/src/main.rs | |
| parent | feb00a9755ae8f96c8b761f288a6dad2eb41c5b1 (diff) | |
Fix fmt
Diffstat (limited to 'xtask/src/main.rs')
| -rw-r--r-- | xtask/src/main.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xtask/src/main.rs b/xtask/src/main.rs index eab21b3..2bfe851 100644 --- a/xtask/src/main.rs +++ b/xtask/src/main.rs @@ -218,7 +218,7 @@ fn main() -> anyhow::Result<()> { }; let final_run_results = match &cli.command { - Commands::Format(args) => cargo_format(globals, &cargologlevel, &args.package, !args.apply), + Commands::Format(args) => cargo_format(globals, &cargologlevel, &args.package, args.check), Commands::Clippy(args) => { info!("Running clippy on backend: {backend:?}"); cargo_clippy(globals, &cargologlevel, &args, backend) |
