mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-01-26 22:23:16 -05:00
Fix formatting
This commit is contained in:
parent
10b61ddc5e
commit
be53509325
@ -79,9 +79,9 @@ fn tab_complete(
|
||||
menu::Tree::new().with(|tree| {
|
||||
for completion in completions {
|
||||
let edit_view = edit_view.clone();
|
||||
tree.add_leaf(&completion.clone(), move |siv|
|
||||
tree.add_leaf(&completion.clone(), move |siv| {
|
||||
edit_view.borrow_mut().set_content(&completion)(siv)
|
||||
)
|
||||
})
|
||||
}
|
||||
})
|
||||
})),
|
||||
|
Loading…
x
Reference in New Issue
Block a user