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
de63ffea10
commit
30776f1c11
1 changed files with 1 additions and 2 deletions
|
|
@ -813,12 +813,11 @@ impl Page {
|
|||
// Define common data
|
||||
let status = Status::Failure;
|
||||
let title = gformat!("Oops");
|
||||
let description = reason.message();
|
||||
|
||||
// Update widget
|
||||
content.set_status_failure(
|
||||
Some(title.as_str()),
|
||||
Some(description),
|
||||
Some(reason.message()),
|
||||
None
|
||||
);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue