chore: clippy

This commit is contained in:
Vukašin Vojinović 2026-03-14 23:32:47 +01:00 committed by Jacob Kauffmann
parent 3b1bc4430b
commit 6e2eafe16c
5 changed files with 38 additions and 47 deletions

View file

@ -798,7 +798,7 @@ impl App {
};
search_location.map(|search_location| {
return (
(
Location::Search(
search_location,
term,
@ -806,7 +806,7 @@ impl App {
Instant::now(),
),
true,
);
)
})
}
None => match &self.tab.location {