chore: clippy
This commit is contained in:
parent
3b1bc4430b
commit
6e2eafe16c
5 changed files with 38 additions and 47 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue