Skip to content

Commit c5b6a5c

Browse files
Update apps/app/src-tauri/src/lib.rs
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent f6f0a33 commit c5b6a5c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/app/src-tauri/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ fn build_tree_recursive_android(
100100

101101
let mut children = Vec::new();
102102
if is_directory {
103-
children = build_tree_recursive_android(
103+
children = build_tree_recursive_android(
104104
app.clone(),
105105
path_uri.clone(),
106106
document_top_tree_uri.clone()

0 commit comments

Comments
 (0)