Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 15, 2024
1 parent a99de2b commit 4cf081a
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cli/clean.rs
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,11 @@ pub fn clean(
// Delete all existing completion staging files.
project.close(multi_progress)?;

let selection = args.selection.as_ref().unwrap_or(&Selection {directory: true, submitted: true, completed: true});
let selection = args.selection.as_ref().unwrap_or(&Selection {
directory: true,
submitted: true,
completed: true,
});

let num_submitted = project.state().num_submitted();
if num_submitted > 0 {
Expand Down

0 comments on commit 4cf081a

Please sign in to comment.