mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-03-31 16:45:27 +00:00
remove extra line
This commit is contained in:
parent
14159d54e1
commit
608ab7f3e7
1 changed files with 1 additions and 3 deletions
|
|
@ -234,9 +234,7 @@ impl Page {
|
|||
}
|
||||
},
|
||||
Response::Failure(failure) => match failure {
|
||||
Failure::Status { message }
|
||||
|
||||
| Failure::Error { message } => {
|
||||
Failure::Status { message } | Failure::Error { message } => {
|
||||
// Update widget
|
||||
let status_page = content.to_status_failure();
|
||||
status_page.set_description(Some(&message));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue