mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-03-13 06:01:21 +00:00
remove extra lines
This commit is contained in:
parent
cb17361f31
commit
7ecedc6f03
@ -429,7 +429,6 @@ fn handle(page: &Rc<Page>, response: client::Response) {
|
|||||||
Some(&response_title),
|
Some(&response_title),
|
||||||
Some(1024),
|
Some(1024),
|
||||||
);
|
);
|
||||||
|
|
||||||
page.title.replace(response_title);
|
page.title.replace(response_title);
|
||||||
}
|
}
|
||||||
Input::Sensitive {
|
Input::Sensitive {
|
||||||
@ -442,7 +441,6 @@ fn handle(page: &Rc<Page>, response: client::Response) {
|
|||||||
Some(&response_title),
|
Some(&response_title),
|
||||||
Some(1024),
|
Some(1024),
|
||||||
);
|
);
|
||||||
|
|
||||||
page.title.replace(response_title);
|
page.title.replace(response_title);
|
||||||
}
|
}
|
||||||
Input::Titan(this) => {
|
Input::Titan(this) => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user