mirror of
https://github.com/YGGverse/Yoda.git
synced 2026-04-02 17:45:28 +00:00
remove extra references
This commit is contained in:
parent
3393ffa4c4
commit
7e1c03f8dd
2 changed files with 3 additions and 3 deletions
|
|
@ -213,7 +213,7 @@ impl Reader {
|
|||
let tag = TextTag::builder().wrap_mode(WrapMode::Word).build();
|
||||
|
||||
buffer.tag_table().add(&tag);
|
||||
buffer.insert_with_tags(&mut buffer.end_iter(), &line, &[&tag]);
|
||||
buffer.insert_with_tags(&mut buffer.end_iter(), line, &[&tag]);
|
||||
buffer.insert(&mut buffer.end_iter(), "\n");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue