mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra lines
This commit is contained in:
parent
cb17361f31
commit
7ecedc6f03
1 changed files with 0 additions and 2 deletions
|
|
@ -429,7 +429,6 @@ fn handle(page: &Rc<Page>, response: client::Response) {
|
|||
Some(&response_title),
|
||||
Some(1024),
|
||||
);
|
||||
|
||||
page.title.replace(response_title);
|
||||
}
|
||||
Input::Sensitive {
|
||||
|
|
@ -442,7 +441,6 @@ fn handle(page: &Rc<Page>, response: client::Response) {
|
|||
Some(&response_title),
|
||||
Some(1024),
|
||||
);
|
||||
|
||||
page.title.replace(response_title);
|
||||
}
|
||||
Input::Titan(this) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue