fmt and update dependency

This commit is contained in:
Mikayla Maki 2023-06-29 17:49:42 -07:00
parent cd670e340f
commit 787412b545
No known key found for this signature in database
5 changed files with 11 additions and 13 deletions

View file

@ -981,7 +981,6 @@ impl ProjectPanel {
}
}
Some(())
}
@ -1159,7 +1158,6 @@ impl ProjectPanel {
for entry in visible_worktree_entries[entry_range].iter() {
let status = git_status_setting.then(|| entry.git_status).flatten();
let mut details = EntryDetails {
filename: entry
.path
@ -2108,7 +2106,6 @@ mod tests {
]
);
let confirm = panel.update(cx, |panel, cx| {
panel.filename_editor.update(cx, |editor, cx| {
editor.set_text("/bdir1/dir2/the-new-filename", cx)