Skip to content

Commit

Permalink
Sort output for dry run
Browse files Browse the repository at this point in the history
  • Loading branch information
isbm committed Oct 27, 2023
1 parent 970a1da commit 1ae08f2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/procdata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -201,6 +201,9 @@ impl TintProcessor {
.dissect(paths.clone().into_iter().collect::<Vec<PathBuf>>());
p.sort();

let mut paths = paths.into_iter().collect::<Vec<PathBuf>>();
paths.sort();

if self.dry_run {
self.dry_run(p)?;

Expand Down

0 comments on commit 1ae08f2

Please sign in to comment.