Skip to content

Commit

Permalink
pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
joaander committed Aug 13, 2024
1 parent 81ff5cb commit 9c6cc7e
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 9c6cc7e

Please sign in to comment.