mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-29 11:02:39 +00:00
Minuscule code cleanup
This commit is contained in:
parent
31ce5b27ab
commit
0c66d15345
@ -482,7 +482,7 @@ impl DirAction {
|
|||||||
|
|
||||||
pub fn is_tree(&self) -> bool {
|
pub fn is_tree(&self) -> bool {
|
||||||
match *self {
|
match *self {
|
||||||
DirAction::Recurse(RecurseOptions { max_depth: _, tree }) => tree,
|
DirAction::Recurse(RecurseOptions { tree, .. }) => tree,
|
||||||
_ => false,
|
_ => false,
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user