mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-25 08:41:05 +00:00
remove redundant assignment
This commit is contained in:
parent
147e727367
commit
ad61c47447
1 changed files with 0 additions and 1 deletions
|
|
@ -50,7 +50,6 @@ impl Actor for Cd {
|
||||||
|
|
||||||
err!(Pubsub::pub_after_cd(tab.id, tab.cwd()));
|
err!(Pubsub::pub_after_cd(tab.id, tab.cwd()));
|
||||||
act!(mgr:displace, cx)?;
|
act!(mgr:displace, cx)?;
|
||||||
cx.source = yazi_shared::Source::Ind;
|
|
||||||
act!(mgr:hidden, cx)?;
|
act!(mgr:hidden, cx)?;
|
||||||
act!(mgr:sort, cx).ok();
|
act!(mgr:sort, cx).ok();
|
||||||
act!(mgr:hover, cx)?;
|
act!(mgr:hover, cx)?;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue