mirror of
https://github.com/Llewellynvdm/exa.git
synced 2024-12-28 18:51:06 +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 {
|
||||
match *self {
|
||||
DirAction::Recurse(RecurseOptions { max_depth: _, tree }) => tree,
|
||||
DirAction::Recurse(RecurseOptions { tree, .. }) => tree,
|
||||
_ => false,
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user