Skip to content

Commit

Permalink
rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
inanna-malick committed Oct 11, 2023
1 parent 2724484 commit 3a56021
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nextest-filtering/src/expression.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ use guppy::{
PackageId,
};
use miette::SourceSpan;
use recursion::{MappableFrame, PartiallyApplied, Collapsible, CollapsibleExt};
use recursion::{Collapsible, CollapsibleExt, MappableFrame, PartiallyApplied};
use std::{cell::RefCell, collections::HashSet, fmt};

/// Matcher for name
Expand Down

0 comments on commit 3a56021

Please sign in to comment.