remove extra ns

This commit is contained in:
yggverse 2026-03-09 01:53:57 +02:00
parent 9843d49326
commit e653675fa1

View file

@ -68,7 +68,7 @@ impl Reference {
buffer: &TextBuffer,
position: &mut TextIter,
link_color: &RGBA,
tag: &super::Tag,
tag: &Tag,
is_annotation: bool,
links: &mut HashMap<TextTag, Uri>,
) {