fix: fix unexpected } in workspace.rs

I think this is due to git add -p mistakes when I did 1b9f20b.

Not affecting anything, as workspace.rs is still WIP.
pull/18/head
Nefo Fortressia 2021-12-14 05:59:19 +07:00
parent 0de1d86494
commit 7478d894ea
Signed by: fortressia
GPG Key ID: 6D7972CC76174995
1 changed files with 22 additions and 23 deletions

View File

@ -125,13 +125,12 @@ impl WorkspaceImplementedEditor for EchidnaEditor {
self.open_folder(folder);
}
}
}
/**
/**
*
*
*/
fn recursive_add_files_into_tree_store(&self, parent_file: File, tree: &TreeStore) {
fn recursive_add_files_into_tree_store(&self, parent_file: File, tree: &TreeStore) {
let child_enumerate_cancellable = Cancellable::new();
let child_files = parent_file
.enumerate_children(