remove extra line

This commit is contained in:
yggverse 2025-07-26 13:27:04 +03:00
parent efe055f60f
commit adfb8d93c7

View File

@ -141,7 +141,6 @@ impl Request {
if e.focus_child().is_some() { if e.focus_child().is_some() {
s.update(Some(50)); // @TODO optional s.update(Some(50)); // @TODO optional
} }
refresh_proxy_resolver(e, &p, &r) refresh_proxy_resolver(e, &p, &r)
} }
})); // `suggestion` wants `signal_handler_id` to block this event on autocomplete navigation })); // `suggestion` wants `signal_handler_id` to block this event on autocomplete navigation