mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 17:15:28 +00:00
remove extra brackets
This commit is contained in:
parent
054afd270a
commit
e4f475588b
1 changed files with 1 additions and 3 deletions
|
|
@ -519,9 +519,7 @@ impl Page {
|
|||
)
|
||||
);
|
||||
},
|
||||
Err(e) => {
|
||||
action.cancel.activate(&e.to_string())
|
||||
}
|
||||
Err(e) => action.cancel.activate(&e.to_string())
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue