mirror of
https://github.com/YGGverse/Yoda.git
synced 2025-01-15 09:10:08 +00:00
remove extra brackets
This commit is contained in:
parent
054afd270a
commit
e4f475588b
@ -519,9 +519,7 @@ impl Page {
|
|||||||
)
|
)
|
||||||
);
|
);
|
||||||
},
|
},
|
||||||
Err(e) => {
|
Err(e) => action.cancel.activate(&e.to_string())
|
||||||
action.cancel.activate(&e.to_string())
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user