mirror of
https://github.com/zed-industries/zed.git
synced 2024-12-27 19:02:07 +00:00
Fix format
This commit is contained in:
parent
6dfb48dbd5
commit
0214228689
1 changed files with 0 additions and 1 deletions
|
@ -1600,7 +1600,6 @@ impl Workspace {
|
||||||
});
|
});
|
||||||
self.active_item_path_changed(cx);
|
self.active_item_path_changed(cx);
|
||||||
|
|
||||||
|
|
||||||
if &pane == self.dock_pane() {
|
if &pane == self.dock_pane() {
|
||||||
Dock::show(self, false, cx);
|
Dock::show(self, false, cx);
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in a new issue