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
parent
0de1d86494
commit
7478d894ea
|
@ -125,13 +125,12 @@ impl WorkspaceImplementedEditor for EchidnaEditor {
|
||||||
self.open_folder(folder);
|
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_enumerate_cancellable = Cancellable::new();
|
||||||
let child_files = parent_file
|
let child_files = parent_file
|
||||||
.enumerate_children(
|
.enumerate_children(
|
||||||
|
|
Loading…
Reference in New Issue