mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-01 09:05:27 +00:00
trim extra separators
This commit is contained in:
parent
c27189f1ab
commit
675f18fc31
2 changed files with 5 additions and 5 deletions
|
|
@ -16,8 +16,8 @@ pub fn new() -> Notebook
|
|||
}
|
||||
|
||||
pub fn append(
|
||||
tab : Notebook,
|
||||
current : bool
|
||||
tab: Notebook,
|
||||
current: bool
|
||||
) -> u32
|
||||
{
|
||||
let page = page::new();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue